Skip to content

Commit f796730

Browse files
fix: fix Select label and values align
1 parent 0ab14e8 commit f796730

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/containers/App/App.scss

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ body,
3434
--ydb-data-table-color-hover: var(--yc-color-base-float-hover);
3535
}
3636

37-
.yc-select__label {
38-
font-weight: 600;
39-
}
40-
4137
:is(#tab, .yc-tabs-item_active .yc-tabs-item__title) {
4238
color: var(--yc-color-text-primary) !important;
4339
}
@@ -110,10 +106,17 @@ body,
110106
align-items: center;
111107
}
112108

109+
// Should be removed after https://github.com/ydb-platform/ydb-embedded-ui/issues/344
113110
.yc-button__text {
114111
display: flex;
115112
align-items: center;
116113
}
114+
115+
.g-select {
116+
.yc-button__text {
117+
align-items: baseline;
118+
}
119+
}
117120
}
118121

119122
.error {

0 commit comments

Comments
 (0)