summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2017-04-17 13:06:21 -0400
committerBryce Johnson <bryce@gitlab.com>2017-04-17 13:06:21 -0400
commit131c62ef839128d0098128e31a0fc709959ecf53 (patch)
tree7732cc3b3c7c4094a5bc51f12f2e0e46c4285dcd
parent41f018516aba0140cb3a1acd2a0ad461737ad9d7 (diff)
downloadgitlab-ce-131c62ef839128d0098128e31a0fc709959ecf53.tar.gz
Remove unneeded min-width.
-rw-r--r--app/assets/stylesheets/pages/projects.scss7
1 files changed, 1 insertions, 6 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index 742ca10944c..a9e2a034790 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -929,12 +929,7 @@ pre.light-well {
}
.variable-key {
- /* 45px is not the actual maximum width. The
- browser uses it to calculate cell width relative
- to variable-value and variable-menu */
- max-width: 45px;
- // This is the actual min-width, makes a difference only on small screens
- min-width: 100px;
+ max-width: 120px;
overflow: hidden;
word-wrap: break-word;
white-space: nowrap;