In SCSS files, use the class instead of the HTML tag when possible
This commit is contained in:
parent
b595ce9066
commit
1fc5264900
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
width: 130px;
|
||||
}
|
||||
|
||||
.status-col span {
|
||||
.status-col .label {
|
||||
width: 110px;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue