@gravity-ui/uikit
Version:
Gravity UI base styling and components
16 lines (15 loc) • 323 B
CSS
.g-table__actions {
height: 18px;
display: flex;
align-items: center;
}
.g-table-action-popup__menu {
max-height: var(--g-table-action-popup-menu-max-height, 200px);
overflow-y: auto;
}
.g-table-action-popup__menu-item {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 250px;
}