Skip to content

Commit 26eb5f1

Browse files
committed
removed unneeded padding and made the button overlap the default clear icon
1 parent 9b4c6b4 commit 26eb5f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

elements/pfe-autocomplete/src/pfe-autocomplete.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $LOCAL-VARIABLES: (
2828
}
2929

3030
button.clear-search {
31-
width: 50px;
31+
width: 40px;
3232
right: 0px;
3333
}
3434
}
@@ -51,7 +51,7 @@ $LOCAL-VARIABLES: (
5151
flex: 1;
5252
box-shadow: pfe-local(BoxShadow) !important;
5353
padding-left: 10px;
54-
padding-right: 30px;
54+
padding-right: 0;
5555
border-radius: pfe-var(ui--border-radius);
5656
background-color: pfe-local(BackgroundColor);
5757
border: pfe-local(Border);

0 commit comments

Comments
 (0)