Skip to content

Commit 640ecca

Browse files
authored
Merge pull request #671 from mikadamczyk/EZP-29676
EZP-29676: Arrow pointing into Filters is too thin in Edge
2 parents 65e1622 + 16d9ef9 commit 640ecca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bundle/Resources/public/scss/_filters.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@
6666

6767
&:before {
6868
border-color: $ez-color-secondary transparent;
69-
top: calculateRem(-10px);
69+
top: calculateRem(-11px);
7070
}
7171

7272
&:after {
7373
border-color: $ez-ground-base-light transparent;
74-
top: calculateRem(-9px);
74+
top: calculateRem(-10px);
7575
}
7676

7777
&__btns {

0 commit comments

Comments
 (0)