mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fix input group layout
This commit is contained in:
parent
e4c6e6e807
commit
8a41051b94
1 changed files with 6 additions and 0 deletions
|
|
@ -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 { */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue