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 8c5418b commit 5b0e6e8Copy full SHA for 5b0e6e8
src/components/Navigator/NavigatorCard.vue
@@ -1144,8 +1144,14 @@ $filter-height-small: 60px;
1144
--input-border-color: var(--color-grid);
1145
--input-text: var(--color-figure-gray-secondary);
1146
1147
- /deep/ .filter__input {
1148
- @include font-styles(body);
+ /deep/ {
+ .filter__input {
1149
+ @include font-styles(body);
1150
+
1151
+ &-label::after {
1152
+ min-width: 70px;
1153
+ }
1154
1155
}
1156
1157
0 commit comments