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:
authorBryce Johnson <bryce@gitlab.com>2017-04-17 20:06:21 +0300
committerBryce Johnson <bryce@gitlab.com>2017-04-17 20:06:21 +0300
commit131c62ef839128d0098128e31a0fc709959ecf53 (patch)
tree7732cc3b3c7c4094a5bc51f12f2e0e46c4285dcd /app/assets/stylesheets/pages/projects.scss
parent41f018516aba0140cb3a1acd2a0ad461737ad9d7 (diff)
Remove unneeded min-width.
Diffstat (limited to 'app/assets/stylesheets/pages/projects.scss')
-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;