Optim object picker & isDelete flag
This commit is contained in:
@@ -8,6 +8,7 @@ div.combo-input {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-height: $line-min-height;
|
||||
max-width: calc( 100% - 32px );
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-left: 8px;
|
||||
@@ -17,7 +18,12 @@ div.combo-input {
|
||||
overflow: hidden;
|
||||
|
||||
span {
|
||||
word-break: keep-all;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user