Fix: Comment buttons overlap editor text

This commit is contained in:
buddh4 2018-08-20 20:22:26 +02:00
parent 978a9d04e2
commit f8767cc07f
3 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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