Commit 397b3ac5 authored by Bryce Johnson's avatar Bryce Johnson

Fix comment length and syntax.

parent 41f01851
...@@ -929,11 +929,10 @@ pre.light-well { ...@@ -929,11 +929,10 @@ pre.light-well {
} }
.variable-key { .variable-key {
/* 45px is not the actual maximum width. The // Not the actual maximum width. Used to calculate cell width relative
browser uses it to calculate cell width relative // to variable-value and variable-menu
to variable-value and variable-menu */
max-width: 45px; 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; min-width: 100px;
overflow: hidden; overflow: hidden;
word-wrap: break-word; word-wrap: break-word;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment