summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Florian <mflorian@gitlab.com>2019-02-15 09:17:59 +0800
committerMark Florian <mflorian@gitlab.com>2019-02-15 09:17:59 +0800
commita14c9be19be270036df251b01fb26e9302c22f3c (patch)
tree40f748564db34ad3eb7b02a274e35caf4b97dd5a
parentc7a8991e5ae00e0582ef9bb99ec1786aa83b04cf (diff)
downloadgitlab-ce-55206-discussion-text-alignment.tar.gz
Prevent line breaks in note timestamp55206-discussion-text-alignment
For better readability.
-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 093a880f52d..adab2253365 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -611,6 +611,10 @@ $note-form-margin-left: 72px;
color: $gl-text-color-disabled;
}
+ .note-timestamp {
+ white-space: nowrap;
+ }
+
a:hover {
text-decoration: underline;
}