In SCSS files, use the class instead of the HTML tag when possible

This commit is contained in:
gregoirenovel 2017-10-17 17:58:13 +02:00
parent b595ce9066
commit 1fc5264900

View file

@ -39,7 +39,7 @@
width: 130px;
}
.status-col span {
.status-col .label {
width: 110px;
text-align: center;
}