summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-02-29 10:49:48 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-02-29 10:49:48 -0500
commit1a94a569cfbaf035c859a1e9454af085ccf38e5a (patch)
tree4ee7d683142183dc8eebbc53e09824d31acf8914
parent60799ae3f671ba9043ed8881cfed88e505d1c8ed (diff)
downloadgitlab-ce-1a94a569cfbaf035c859a1e9454af085ccf38e5a.tar.gz
Keep date in the same line
-rw-r--r--app/assets/stylesheets/pages/notes.scss4
1 files changed, 4 insertions, 0 deletions
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;