Prevents System Cards to take full width, which looks weird

This commit is contained in:
Rafael Conde 2016-11-22 09:46:27 -08:00
parent 3c2bec093a
commit 2f59f110d6
1 changed files with 2 additions and 1 deletions

View File

@ -123,6 +123,7 @@ a:active {
.system-operational:last-child {
margin-right: 0;
max-width: 50%;
}
.system-status-badge {
@ -172,7 +173,7 @@ a:active {
max-width: 300px;
text-align: center;
font-weight: 500;
color: #009A8D; /*Switch to appropriate color*/
color: #009A8D;
}
.system-check-ok img {