summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-03-06 13:49:27 +0100
committerDouwe Maan <douwe@gitlab.com>2015-03-06 13:49:27 +0100
commitdc558eb24e7432570e1fdbd73c9d67551602c8dc (patch)
tree704bae2883ddc8ccb58e0cdf5ca4a0ff80dc52b6
parente916f1c295050ef26aef7b309843df6a8cac158e (diff)
downloadgitlab-ce-dc558eb24e7432570e1fdbd73c9d67551602c8dc.tar.gz
Fix width of text in milestone lists.
-rw-r--r--app/assets/stylesheets/sections/milestone.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/sections/milestone.scss b/app/assets/stylesheets/sections/milestone.scss
index d20391e38fd..29ad4e24f0c 100644
--- a/app/assets/stylesheets/sections/milestone.scss
+++ b/app/assets/stylesheets/sections/milestone.scss
@@ -1,3 +1,3 @@
.issues-sortable-list .str-truncated {
- max-width: 70%;
+ max-width: 90%;
}