mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Fix markdown sub list style (#7089)
This commit is contained in:
parent
f41350c8f8
commit
c5863b42dd
@ -5,6 +5,7 @@ HumHub Changelog
|
||||
----------------------
|
||||
- Fix #7084: Fix compatibility for PHP 8.0+
|
||||
- Fix #7088: Improve handling of legacy configuration for "search" component
|
||||
- Fix #7089: Fix markdown sub list style
|
||||
|
||||
1.16.0 (June 19, 2024)
|
||||
----------------------
|
||||
|
@ -124,6 +124,9 @@
|
||||
margin-top: 0;
|
||||
padding-left: 30px;
|
||||
display: inline-block;
|
||||
ul, ol {
|
||||
display: block;
|
||||
}
|
||||
li p {
|
||||
// otherwise single list items p hides the marker
|
||||
overflow: visible !important;
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user