Fix limit bar overflowing when over the limit

pull/1/head
yflory 7 years ago
parent 3315449114
commit 0a813b4fab

@ -600,6 +600,7 @@ noscript {
width: ~"calc(100% - 6px)"; width: ~"calc(100% - 6px)";
height: 25px; height: 25px;
line-height: 25px; line-height: 25px;
overflow: hidden;
.usage { .usage {
height: 100%; height: 100%;
display: inline-block; display: inline-block;

Loading…
Cancel
Save