summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2017-04-17 16:58:31 +0000
committerBryce Johnson <bryce@gitlab.com>2017-04-17 16:58:31 +0000
commit397b3ac590d342677a4352c3733a3c1b6ee3ee2d (patch)
tree65ccc2eda3af22bc3b1181ec6a0e39aa239e86f8
parent41f018516aba0140cb3a1acd2a0ad461737ad9d7 (diff)
downloadgitlab-ce-397b3ac590d342677a4352c3733a3c1b6ee3ee2d.tar.gz
Fix comment length and syntax.
-rw-r--r--app/assets/stylesheets/pages/projects.scss7
1 files changed, 3 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index 742ca10944c..f09981be448 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -929,11 +929,10 @@ 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 */
+ // Not the actual maximum width. Used 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
+ // Is the actual min-width, makes a difference only on small screens
min-width: 100px;
overflow: hidden;
word-wrap: break-word;