diff --git a/app/assets/stylesheets/specific/notes.css.scss b/app/assets/stylesheets/specific/notes.css.scss index 12208acb6..390a1451a 100644 --- a/app/assets/stylesheets/specific/notes.css.scss +++ b/app/assets/stylesheets/specific/notes.css.scss @@ -23,6 +23,10 @@ div#note-container { color: gray; } + p:last-child { + margin-bottom: 0; + } + b, strong { font-weight: bold; }