fix: hide overflow of columns in effects tab in actor sheets
This commit is contained in:
parent
0afdb45449
commit
63c30ca18b
2 changed files with 3 additions and 2 deletions
|
@ -97,8 +97,9 @@
|
|||
> * {
|
||||
height: $row-height;
|
||||
line-height: $row-height;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue