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:53:44 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2016-02-29 18:53:44 +0300
commitfa1fa437ca5b894f5590ffbbd08c82e7e5aaea7a (patch)
tree6dd3ff171eccc24059169a75af2a2f2b32e893b9 /app
parent9f2eb025d34c99c96a762615fe2f7ea7c8dc8e50 (diff)
Keep edited time on the same line as well
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/notes.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 9f426bb5218..e9ee659c95a 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -22,7 +22,7 @@ ul.notes {
margin-left: 50px;
}
- .note_created_ago {
+ .note_created_ago, .note_edited_ago {
white-space: nowrap;
}