change: structure of GridDropdownColumn

This commit is contained in:
2024-03-08 11:02:04 +08:00
parent 39378e9963
commit 70ab06190f
2 changed files with 26 additions and 2 deletions

View File

@ -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%;