fix owner display in side properties

This commit is contained in:
Johannes Loher 2021-01-18 21:15:11 +01:00
parent 878c2c9994
commit 6ebb556f33

View file

@ -19,9 +19,12 @@
}
input,
select {
select,
a {
text-align: left;
width: calc(100% - 2px);
overflow: hidden;
text-overflow: ellipsis;
}
@include mark-invalid-or-disabled-input;