change: structure of GridDropdownColumn
This commit is contained in:
@ -412,6 +412,22 @@
|
||||
}
|
||||
}
|
||||
|
||||
.ui-drop-span {
|
||||
margin: 0;
|
||||
|
||||
>span {
|
||||
margin: var(--spacing-cell);
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: pre;
|
||||
|
||||
&.wrap {
|
||||
@include wrap();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ui-drop-wrapper {
|
||||
height: var(--row-height);
|
||||
width: 100%;
|
||||
|
Reference in New Issue
Block a user