fix: hide overflow of columns in effects tab in actor sheets

This commit is contained in:
Johannes Loher 2022-08-15 15:02:31 +02:00
parent 0afdb45449
commit 63c30ca18b
2 changed files with 3 additions and 2 deletions

View file

@ -97,8 +97,9 @@
> * {
height: $row-height;
line-height: $row-height;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}