/
githubmirror
/
ydb-embedded-ui
Обзор
Документация
Войти
/
githubmirror
/
ydb-embedded-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/components/QueryResultTable/QueryResultTable.scss
25 строк
504 B
Anton Standrik
feat: get rid of ReduxTooltip (#3192)
16 дек 2025, 15:41
Не верифицирован
16 дек 2025, 15:41
2a6c613
Код
Авторство
О чём код?
@use '../../styles/mixins.scss'; .ydb-query-result-table { &__cell { width: 100%; @include mixins.cell-container; } &__cell-popup { max-width: 300px; padding: 10px; word-break: break-word; } &__message { padding: 15px 10px; } // Must have fixed height for frequent data updates (to avoid interface shaking). // Will be fixed after migration to new @gravity-ui/table. &__table-wrapper { height: 0px; } }