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:
authorDouwe Maan <douwe@gitlab.com>2015-03-06 15:49:27 +0300
committerDouwe Maan <douwe@gitlab.com>2015-03-06 15:49:27 +0300
commitdc558eb24e7432570e1fdbd73c9d67551602c8dc (patch)
tree704bae2883ddc8ccb58e0cdf5ca4a0ff80dc52b6 /app/assets/stylesheets
parente916f1c295050ef26aef7b309843df6a8cac158e (diff)
Fix width of text in milestone lists.
Diffstat (limited to 'app/assets/stylesheets')
-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%;
}