diff --git a/app/assets/stylesheets/specific/notes.css.scss b/app/assets/stylesheets/specific/notes.css.scss index 390a1451a..402145880 100644 --- a/app/assets/stylesheets/specific/notes.css.scss +++ b/app/assets/stylesheets/specific/notes.css.scss @@ -23,8 +23,13 @@ div#note-container { color: gray; } - p:last-child { + p { margin-bottom: 0; + display:inline-block; + } + + span { + display:inline-block; } b, strong {