diff --git a/Gemfile.lock b/Gemfile.lock index e229e40a5a6cbc8e1de3369c03ebbe62036c40a7..ac4612cdc381a85fda0f3457609b91f64488bb82 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -544,4 +544,4 @@ RUBY VERSION ruby 2.7.6p219 BUNDLED WITH - 2.3.22 + 2.3.12 diff --git a/app/assets/stylesheets/commons/_summernote.sass b/app/assets/stylesheets/commons/_summernote.sass index 4f074176c76db1c91180eb4b690bef1f88d09359..72e2f8b856b282ed07cc63ca13b3b8fce40536f4 100644 --- a/app/assets/stylesheets/commons/_summernote.sass +++ b/app/assets/stylesheets/commons/_summernote.sass @@ -9,6 +9,8 @@ img, video height: auto max-width: 100% + p:last-of-type + margin-bottom: 0 button background: transparent border: none @@ -41,9 +43,12 @@ .note-popover .popover-content, .note-editor .note-toolbar padding: 0 + background: white + border-bottom: 1px solid rgba(0, 0, 0, 0.05) + border-radius: 3px .note-popover .popover-content > .note-btn-group, .note-editor .note-toolbar > .note-btn-group margin-right: 0 margin-top: 0 .note-link-popover - display: none !important \ No newline at end of file + display: none !important