mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Fix list style near aligned image (#7030)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
This commit is contained in:
parent
d1752b9d0c
commit
f7a0b14132
@ -5,6 +5,8 @@ HumHub Changelog
|
|||||||
------------
|
------------
|
||||||
- Fix #7013: Opening more auth clients
|
- Fix #7013: Opening more auth clients
|
||||||
- Fix #7024: Automatic mapping of existing AuthClient users failed
|
- Fix #7024: Automatic mapping of existing AuthClient users failed
|
||||||
|
- Fix #7030: Fix list style near aligned image
|
||||||
|
- Fix #7024: Automatic mapping of existing AuthClient users failed
|
||||||
- Fix #7044: Don't cache markdown profile field in session
|
- Fix #7044: Don't cache markdown profile field in session
|
||||||
- Fix #7047: Update visibility of activities according to the parent object
|
- Fix #7047: Update visibility of activities according to the parent object
|
||||||
- Fix #7050: Fix container setting for broken records
|
- Fix #7050: Fix container setting for broken records
|
||||||
|
@ -123,7 +123,7 @@
|
|||||||
ul, ol {
|
ul, ol {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
|
display: inline-block;
|
||||||
li p {
|
li p {
|
||||||
// otherwise single list items p hides the marker
|
// otherwise single list items p hides the marker
|
||||||
overflow: visible !important;
|
overflow: visible !important;
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user