Fix list style near aligned image (#7030)

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
This commit is contained in:
Yuriy Bakhtin 2024-06-10 16:24:47 +02:00 committed by GitHub
parent d1752b9d0c
commit f7a0b14132
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,8 @@ HumHub Changelog
1.15.6 (TBA)
------------
- Fix #7013: Opening more auth clients
- 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 #7047: Update visibility of activities according to the parent object

View File

@ -123,7 +123,7 @@
ul, ol {
margin-top: 0;
padding-left: 30px;
display: inline-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