Skip to content

Commit 5b0e6e8

Browse files
author
Dobromir Hristov
authored
Ensure the navigator filter picked tags are slightly visible, even on very narrow screens. (#639)
Resolves: rdar://108916627
1 parent 8c5418b commit 5b0e6e8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/components/Navigator/NavigatorCard.vue

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,8 +1144,14 @@ $filter-height-small: 60px;
11441144
--input-border-color: var(--color-grid);
11451145
--input-text: var(--color-figure-gray-secondary);
11461146
1147-
/deep/ .filter__input {
1148-
@include font-styles(body);
1147+
/deep/ {
1148+
.filter__input {
1149+
@include font-styles(body);
1150+
1151+
&-label::after {
1152+
min-width: 70px;
1153+
}
1154+
}
11491155
}
11501156
}
11511157
}

0 commit comments

Comments
 (0)