From 8766faa3ddc9e8cf4c513eec4496dafad6c32033 Mon Sep 17 00:00:00 2001 From: Lightforger Date: Wed, 29 May 2013 20:50:55 +0300 Subject: [PATCH] fixes #1691 --- app/assets/stylesheets/specific/notes.css.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 {