Skip to content

Commit

Permalink
feat(Search): increase left padding to 12px (#3716)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Nov 2, 2020
1 parent d088145 commit 0fc426e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/search/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
&__content {
display: flex;
flex: 1;
.theme(padding-left, '@padding-xs');
.theme(padding-left, '@padding-sm');
.theme(border-radius, '@border-radius-sm');
.theme(background-color, '@search-background-color');

Expand Down

0 comments on commit 0fc426e

Please sign in to comment.