diff options
| author | Mark Florian <mflorian@gitlab.com> | 2019-02-15 09:17:59 +0800 |
|---|---|---|
| committer | Mark Florian <mflorian@gitlab.com> | 2019-02-15 09:17:59 +0800 |
| commit | a14c9be19be270036df251b01fb26e9302c22f3c (patch) | |
| tree | 40f748564db34ad3eb7b02a274e35caf4b97dd5a | |
| parent | c7a8991e5ae00e0582ef9bb99ec1786aa83b04cf (diff) | |
| download | gitlab-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.scss | 4 |
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; } |
