This website works better with JavaScript
Home
Explore
Help
Sign In
cturan
/
vendure
mirror of
https://github.com/vendure-ecommerce/vendure
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
fix(admin-ui): Fix alignment of facet value chip
Michael Bromley
2 years ago
parent
19d3e515d4
commit
7eb43ef91b
1 changed files
with
0 additions
and
1 deletions
Unified View
Show Diff Stats
0
1
packages/admin-ui/src/lib/core/src/shared/components/facet-value-chip/facet-value-chip.component.scss
+ 0
- 1
packages/admin-ui/src/lib/core/src/shared/components/facet-value-chip/facet-value-chip.component.scss
View File
@@ -8,5 +8,4 @@
text-transform: uppercase;
text-transform: uppercase;
font-size: 10px;
font-size: 10px;
margin-right: 3px;
margin-right: 3px;
- height: 11px;
}
}