Skip to content

Commit 8acf8a7

Browse files
r0b1ngjulivan
authored andcommitted
chore: fix styling
separator line margin between tags
1 parent 77a01ae commit 8acf8a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/modules/data-widgets/src/themesource/datawidgets/web/_datagrid-dropdown-filter.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ $root: ".widget-dropdown-filter";
138138
&-clear {
139139
@include btn-with-cross;
140140
align-items: center;
141-
align-self: center;
142141
display: flex;
143142
flex-shrink: 0;
144143
justify-self: end;
@@ -262,6 +261,7 @@ $root: ".widget-dropdown-filter";
262261
justify-content: center;
263262
line-height: 1.334;
264263
padding: var(--wdf-tag-padding);
264+
margin: var(--spacing-smallest, 2px);
265265
&:focus-visible {
266266
outline: var(--brand-primary, #264ae5) auto 1px;
267267
}

0 commit comments

Comments
 (0)