summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Florian <mflorian@gitlab.com>2019-02-14 15:13:22 +0800
committerMark Florian <mflorian@gitlab.com>2019-02-14 15:16:45 +0800
commitc7a8991e5ae00e0582ef9bb99ec1786aa83b04cf (patch)
tree5c38677c690ea3ec7c55c6a9ed27827c1b08f97f
parent9848c1c97c5bad1300cc149d21a9780a5a60978e (diff)
downloadgitlab-ce-c7a8991e5ae00e0582ef9bb99ec1786aa83b04cf.tar.gz
Allow wrapping of note headline
This prevents a horizontal scrollbar from appearing in Firefox in certain situations. See the [merge request][1] for more details and discussion. [1]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25001#note_141208011
-rw-r--r--app/assets/stylesheets/pages/notes.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 0f1b326fb5f..093a880f52d 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -602,7 +602,6 @@ $note-form-margin-left: 72px;
.note-headline-meta {
display: inline-block;
- white-space: nowrap;
.system-note-message {
white-space: normal;