Merge pull request #2804 from tano-systems/pr/bootstrap-dashboard-fix
Fix a overview page style issue for various themes
This commit is contained in:
commit
6973347257
3 changed files with 3 additions and 0 deletions
|
@ -1985,6 +1985,7 @@ table table td,
|
||||||
|
|
||||||
.network-status-table .ifacebox-body > span {
|
.network-status-table .ifacebox-body > span {
|
||||||
flex: 10 10 auto;
|
flex: 10 10 auto;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.network-status-table .ifacebox-body > div {
|
.network-status-table .ifacebox-body > div {
|
||||||
|
|
|
@ -1776,6 +1776,7 @@ td > .ifacebadge,
|
||||||
|
|
||||||
.network-status-table .ifacebox-body > span {
|
.network-status-table .ifacebox-body > span {
|
||||||
flex: 10 10 auto;
|
flex: 10 10 auto;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.network-status-table .ifacebox-body > div {
|
.network-status-table .ifacebox-body > div {
|
||||||
|
|
|
@ -1632,6 +1632,7 @@ td > .ifacebadge,
|
||||||
.network-status-table .ifacebox-body > span {
|
.network-status-table .ifacebox-body > span {
|
||||||
flex: 10 10 auto;
|
flex: 10 10 auto;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.network-status-table .ifacebox-body > div {
|
.network-status-table .ifacebox-body > div {
|
||||||
|
|
Loading…
Reference in a new issue