Fix resource group text alignment
This commit is contained in:
parent
7773009ab6
commit
a0ac42d4bb
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@
|
|||
&:hover {
|
||||
background-color: var(--color-lighter);
|
||||
}
|
||||
|
||||
> td:first-child {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
&.even {
|
||||
background-color: var(--color-med);
|
||||
|
|
Reference in a new issue