Fix horizontal overflows in actor sheets
This commit is contained in:
parent
50fb044926
commit
a48fedd937
4 changed files with 8 additions and 2 deletions
4
src/scss/components/_actor_sheet.scss
Normal file
4
src/scss/components/_actor_sheet.scss
Normal file
|
@ -0,0 +1,4 @@
|
|||
.ds4.sheet.actor {
|
||||
min-width: 650px;
|
||||
min-height: 500px;
|
||||
}
|
|
@ -53,7 +53,8 @@
|
|||
height: $row-height;
|
||||
line-height: $row-height;
|
||||
white-space: nowrap;
|
||||
overflow-y: hidden;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue