Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-02-29 18:49:48 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2016-02-29 18:49:48 +0300
commit1a94a569cfbaf035c859a1e9454af085ccf38e5a (patch)
tree4ee7d683142183dc8eebbc53e09824d31acf8914 /app
parent60799ae3f671ba9043ed8881cfed88e505d1c8ed (diff)
Keep date in the same line
Diffstat (limited to 'app')
-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;