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:
Jo-Philipp Wich 2019-07-05 07:25:36 +02:00 committed by GitHub
commit 6973347257
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 {