Skip to content

Commit a9e63eb

Browse files
Merge pull request #68 from ekonstantinidis/search-padding
Fix search input - padding
2 parents 87316c6 + 8db838b commit a9e63eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/less/style.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,8 @@ input {
486486
border: none;
487487
box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
488488
-webkit-user-select: text;
489+
padding-left: 10px;
490+
padding-right: 20px;
489491
}
490492

491493
/* @end Search input */

0 commit comments

Comments
 (0)