Fix a overview page style issue for various themes

Fixed a overview page style issue with interface boxes for
bootstrap, material and rosy themes.

The issue only appears in the Chrome browser and lies in the
fact that the block with the device name and MAC address gets
out of the  interface block.

Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
This commit is contained in:
Anton Kikin 2019-06-28 18:37:30 +03:00
parent 0017bc89f2
commit 5d26fec0bf
3 changed files with 3 additions and 0 deletions

View file

@ -1985,6 +1985,7 @@ table table td,
.network-status-table .ifacebox-body > span {
flex: 10 10 auto;
height: 100%;
}
.network-status-table .ifacebox-body > div {

View file

@ -1776,6 +1776,7 @@ td > .ifacebadge,
.network-status-table .ifacebox-body > span {
flex: 10 10 auto;
height: 100%;
}
.network-status-table .ifacebox-body > div {

View file

@ -1632,6 +1632,7 @@ td > .ifacebadge,
.network-status-table .ifacebox-body > span {
flex: 10 10 auto;
font-size: 12px;
height: 100%;
}
.network-status-table .ifacebox-body > div {