Fix input group layout

This commit is contained in:
emanuele-f 2018-12-31 12:18:00 +01:00
parent e4c6e6e807
commit 8a41051b94

View file

@ -391,6 +391,12 @@ tr.quotas > td {
width: 400px;
}
/* ntop fix: Keep old behaviour after commit https://github.com/twbs/bootstrap/commit/a15c24410be8b94671dcfc3b154e0034a3aaf35f */
.form-inline .input-group .input-group-addon {
width: 1% !important;
}
/* Hide second axis completely */
/* #historical-tab-chart .nv-y2 { */