bold weapon/summon names in database cells
This commit is contained in:
parent
1c2b523aef
commit
e26f4b5a0a
2 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@
|
|||
}
|
||||
|
||||
.name {
|
||||
font-weight: $medium;
|
||||
font-weight: $bold;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
}
|
||||
|
||||
.name {
|
||||
font-weight: $medium;
|
||||
font-weight: $bold;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
|
|
|||
Loading…
Reference in a new issue