Make variables table border consistent across viewport widths.

This commit is contained in:
Bryce Johnson 2017-01-23 12:18:53 -05:00
parent b19bb38bd7
commit 80c99ff1eb

View file

@ -927,6 +927,9 @@ pre.light-well {
}
.variables-table {
&.table-responsive {
border: none;
}
table-layout: fixed;
.variable-key {