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
diff options
context:
space:
mode:
authorMark Florian <mflorian@gitlab.com>2019-02-14 10:13:22 +0300
committerMark Florian <mflorian@gitlab.com>2019-02-14 10:16:45 +0300
commitc7a8991e5ae00e0582ef9bb99ec1786aa83b04cf (patch)
tree5c38677c690ea3ec7c55c6a9ed27827c1b08f97f /app/assets/stylesheets/pages/notes.scss
parent9848c1c97c5bad1300cc149d21a9780a5a60978e (diff)
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
Diffstat (limited to 'app/assets/stylesheets/pages/notes.scss')
-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;