Update CSS so that AUX 10-12 fit without wrapping.

pull/3/head
Dominic Clifton 10 years ago
parent f01d193ff1
commit 968db92b81

@ -18,16 +18,17 @@
height: 22px;
line-height: 20px;
white-space: nowrap;
}
.tab-receiver .bars .name {
padding: 0 10px 0 0;
width: 40px;
width: 50px;
text-align: right;
}
.tab-receiver .bars .meter {
width: calc(100% - 50px);
width: calc(100% - 60px);
}
.tab-receiver .bars .meter-bar {
position: relative;

Loading…
Cancel
Save