Merge branch 'remove-owner-from-side-properties' into 'master'
fix owner display in side properties Closes #52 See merge request dungeonslayers/ds4!54
This commit is contained in:
commit
0fc10b2bc5
1 changed files with 4 additions and 1 deletions
|
@ -19,9 +19,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
input,
|
input,
|
||||||
select {
|
select,
|
||||||
|
a {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
width: calc(100% - 2px);
|
width: calc(100% - 2px);
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
@include mark-invalid-or-disabled-input;
|
@include mark-invalid-or-disabled-input;
|
||||||
|
|
Loading…
Reference in a new issue