Commit b19bb38b authored by Bryce Johnson's avatar Bryce Johnson

Force variable key cell to stay small and wrap text.

parent 30d5e9fa
......@@ -930,7 +930,18 @@ pre.light-well {
table-layout: fixed;
.variable-key {
width: 30%;
width: 300px;
max-width: 300px;
overflow: hidden;
word-wrap: break-word;
// override bootstrap
white-space: normal!important;
@media (max-width: $screen-sm-max) {
width: 150px;
max-width: 150px;
}
}
}
......
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