From 131c62ef839128d0098128e31a0fc709959ecf53 Mon Sep 17 00:00:00 2001 From: Bryce Johnson Date: Mon, 17 Apr 2017 13:06:21 -0400 Subject: Remove unneeded min-width. --- app/assets/stylesheets/pages/projects.scss | 7 +------ 1 file changed, 1 insertion(+), 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; -- cgit v1.2.1