diff options
-rw-r--r-- | app/assets/stylesheets/pages/projects.scss | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss index f09981be448..a9e2a034790 100644 --- a/app/assets/stylesheets/pages/projects.scss +++ b/app/assets/stylesheets/pages/projects.scss @@ -929,11 +929,7 @@ pre.light-well { } .variable-key { - // Not the actual maximum width. Used to calculate cell width relative - // to variable-value and variable-menu - max-width: 45px; - // 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; |