Skip to content

Commit 7b1add2

Browse files
committed
fix(query-builder): make sure that the close dialog button is on the correct spot in different sizes
1 parent b7a7e34 commit 7b1add2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

projects/igniteui-angular/src/lib/core/styles/components/query-builder/_query-builder-theme.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,9 @@
461461

462462
%filter-con-menu__close-btn {
463463
position: absolute;
464-
top: rem(-18px);
465-
inset-inline-end: rem(-18px);
464+
top: 0;
465+
inset-inline-start: 100%;
466+
transform: translate(-50%, -50%);
466467
background-color: var-get($theme, 'background');
467468
border: rem(1px) solid color(null, 'gray', 200);
468469

0 commit comments

Comments
 (0)