summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;