mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Fix: Comment buttons overlap editor text
This commit is contained in:
parent
978a9d04e2
commit
f8767cc07f
@ -14,6 +14,7 @@ HumHub Change Log
|
||||
- Enh: Added Finnish language support
|
||||
- Enh: Added dashboard warning for admins if cron jobs not working
|
||||
- Fix: Queue worker problem with spaces in PHP binary path
|
||||
- Fix: Comment buttons overlap editor text
|
||||
|
||||
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.comment {
|
||||
.media {
|
||||
position: relative !important;
|
||||
@ -106,4 +105,10 @@
|
||||
|
||||
.comment-create-input-group {
|
||||
position:relative;
|
||||
|
||||
.ProsemirrorEditor {
|
||||
.ProseMirror {
|
||||
padding-right: 72px;
|
||||
}
|
||||
}
|
||||
}
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user