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>
(backported from commit 5d26fec0bf
)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
7d8df17dfa
commit
9c5162d596
2 changed files with 2 additions and 0 deletions
|
@ -1892,6 +1892,7 @@ table table td,
|
|||
|
||||
.network-status-table .ifacebox-body > span {
|
||||
flex: 10 10 auto;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.network-status-table .ifacebox-body > div {
|
||||
|
|
|
@ -1203,6 +1203,7 @@ td > .ifacebadge,
|
|||
|
||||
.network-status-table .ifacebox-body > span {
|
||||
flex: 10 10 auto;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.network-status-table .ifacebox-body > div {
|
||||
|
|
Loading…
Reference in a new issue