We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab14e8 commit f796730Copy full SHA for f796730
src/containers/App/App.scss
@@ -34,10 +34,6 @@ body,
34
--ydb-data-table-color-hover: var(--yc-color-base-float-hover);
35
}
36
37
-.yc-select__label {
38
- font-weight: 600;
39
-}
40
-
41
:is(#tab, .yc-tabs-item_active .yc-tabs-item__title) {
42
color: var(--yc-color-text-primary) !important;
43
@@ -110,10 +106,17 @@ body,
110
106
align-items: center;
111
107
112
108
109
+ // Should be removed after https://github.com/ydb-platform/ydb-embedded-ui/issues/344
113
.yc-button__text {
114
display: flex;
115
116
+
+ .g-select {
+ .yc-button__text {
117
+ align-items: baseline;
118
+ }
119
120
121
122
.error {
0 commit comments