summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-06 14:40:29 -0700
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-06 14:40:29 -0700
commit86d346b6f4991e0562061f9b9709cffc16fe1ee7 (patch)
tree4e8701d9bdbf8b0dea9d4bc80ad47072d8536021
parentdcdf0b2af2514f9f6778fd16cbcb77929a0bd708 (diff)
downloadgitlab-ce-86d346b6f4991e0562061f9b9709cffc16fe1ee7.tar.gz
Change word-break to word-wrap
-rw-r--r--app/assets/stylesheets/framework/files.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/files.scss b/app/assets/stylesheets/framework/files.scss
index 22f53e3b038..b15f4e7bd5e 100644
--- a/app/assets/stylesheets/framework/files.scss
+++ b/app/assets/stylesheets/framework/files.scss
@@ -20,7 +20,7 @@
margin: 0;
text-align: left;
padding: 10px $gl-padding;
- word-break: break-word;
+ word-wrap: break-word;
.file-actions {
float: right;