Commit 29517307 authored by Bryce Johnson's avatar Bryce Johnson

Remove breakpoints, use fixed widths.

parent fd681ee5
...@@ -929,27 +929,20 @@ pre.light-well { ...@@ -929,27 +929,20 @@ pre.light-well {
} }
.variable-key { .variable-key {
width: 300px; width: 120px;
max-width: 300px; max-width: 120px;
overflow: hidden; overflow: hidden;
word-wrap: break-word; word-wrap: break-word;
// override bootstrap // override bootstrap
white-space: normal!important; white-space: normal!important;
@media (max-width: $screen-md-max) {
width: 150px;
max-width: 150px;
}
} }
.variable-value { .variable-value {
@media(max-width: $screen-sm-max) { width: 150px;
width: 150px; max-width: 150px;
max-width: 150px; overflow: hidden;
overflow: hidden; word-wrap: break-word;
word-wrap: break-word;
}
} }
.variable-menu { .variable-menu {
......
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