diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-03-06 13:49:27 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-03-06 13:49:27 +0100 |
commit | dc558eb24e7432570e1fdbd73c9d67551602c8dc (patch) | |
tree | 704bae2883ddc8ccb58e0cdf5ca4a0ff80dc52b6 | |
parent | e916f1c295050ef26aef7b309843df6a8cac158e (diff) | |
download | gitlab-ce-dc558eb24e7432570e1fdbd73c9d67551602c8dc.tar.gz |
Fix width of text in milestone lists.
-rw-r--r-- | app/assets/stylesheets/sections/milestone.scss | 2 |
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%; } |