Fix horizontal overflows in actor sheets

This commit is contained in:
Johannes Loher 2021-03-08 09:58:26 +01:00
parent 50fb044926
commit a48fedd937
4 changed files with 8 additions and 2 deletions

View file

@ -0,0 +1,4 @@
.ds4.sheet.actor {
min-width: 650px;
min-height: 500px;
}

View file

@ -53,7 +53,8 @@
height: $row-height;
line-height: $row-height;
white-space: nowrap;
overflow-y: hidden;
overflow: hidden;
text-overflow: ellipsis;
}
}