Skip to content

Commit

Permalink
Fix: Comment buttons overlap editor text
Browse files Browse the repository at this point in the history
  • Loading branch information
buddh4 committed Aug 20, 2018
1 parent 978a9d0 commit f8767cc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions protected/humhub/docs/CHANGELOG.md
Expand Up @@ -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



Expand Down
7 changes: 6 additions & 1 deletion static/less/comment.less
Expand Up @@ -8,7 +8,6 @@
}
}


.comment {
.media {
position: relative !important;
Expand Down Expand Up @@ -106,4 +105,10 @@

.comment-create-input-group {
position:relative;

.ProsemirrorEditor {
.ProseMirror {
padding-right: 72px;
}
}
}
2 changes: 1 addition & 1 deletion themes/HumHub/css/theme.css

Large diffs are not rendered by default.

0 comments on commit f8767cc

Please sign in to comment.