summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/notes.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-08 15:48:18 -0700
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-12 15:07:44 -0500
commit447f3613b78ac4ba4ad6bda1811447b48e126b0c (patch)
tree8a7b8534032ecf08613155328040b930a7dafcf3 /app/assets/stylesheets/pages/notes.scss
parent2505dc46e7fa34fc874a35691385bc8f3e56837e (diff)
downloadgitlab-ce-447f3613b78ac4ba4ad6bda1811447b48e126b0c.tar.gz
Wrap text in notes box if longer than code in diff
Diffstat (limited to 'app/assets/stylesheets/pages/notes.scss')
-rw-r--r--app/assets/stylesheets/pages/notes.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 7295fe51121..88ba5e53a0d 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -155,6 +155,7 @@ ul.notes {
border-width: 1px 0;
padding: 0;
vertical-align: top;
+ white-space: normal;
&.parallel {
border-width: 1px;
}