Prevents System Cards to take full width, which looks weird
This commit is contained in:
parent
3c2bec093a
commit
2f59f110d6
@ -123,6 +123,7 @@ a:active {
|
|||||||
|
|
||||||
.system-operational:last-child {
|
.system-operational:last-child {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
max-width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.system-status-badge {
|
.system-status-badge {
|
||||||
@ -172,7 +173,7 @@ a:active {
|
|||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #009A8D; /*Switch to appropriate color*/
|
color: #009A8D;
|
||||||
}
|
}
|
||||||
|
|
||||||
.system-check-ok img {
|
.system-check-ok img {
|
||||||
|
Loading…
Reference in New Issue
Block a user