Commit 05a8de40 authored by Bryce Johnson's avatar Bryce Johnson

Fix size of variable-value column for small screens.

parent 80c99ff1
......@@ -946,6 +946,15 @@ pre.light-well {
max-width: 150px;
}
}
.variable-value {
@media(max-width: $screen-xs-max) {
width: 150px;
max-width: 150px;
overflow: hidden;
word-wrap: break-word;
}
}
}
.services-installation-info .row {
......
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