From 1a94a569cfbaf035c859a1e9454af085ccf38e5a Mon Sep 17 00:00:00 2001 From: Alfredo Sumaran Date: Mon, 29 Feb 2016 10:49:48 -0500 Subject: Keep date in the same line --- app/assets/stylesheets/pages/notes.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss index 688c4226df6..9f426bb5218 100644 --- a/app/assets/stylesheets/pages/notes.scss +++ b/app/assets/stylesheets/pages/notes.scss @@ -22,6 +22,10 @@ ul.notes { margin-left: 50px; } + .note_created_ago { + white-space: nowrap; + } + .system-note { font-size: 14px; padding-top: 10px; -- cgit v1.2.1