Skip to content
Snippets Groups Projects
Commit 131c62ef authored by Bryce Johnson's avatar Bryce Johnson
Browse files

Remove unneeded min-width.

parent 41f01851
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment