Fix size of variable-value column for small screens.

This commit is contained in:
Bryce Johnson 2017-01-23 12:32:08 -05:00
parent 80c99ff1eb
commit 05a8de4057

View file

@ -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 {