Skip to content

Commit 2b3afee

Browse files
committed
Update searchbar style
1 parent 7dcc18d commit 2b3afee

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

MeiliSearchBox.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,14 @@ export default {
8383
@require './styles/palette.styl'
8484
8585
.meilisearch-search-wrapper
86-
& > span
86+
display: inline-block;
87+
position: relative;
88+
margin-right 1rem
89+
& > div > span
8790
vertical-align middle
8891
.dsb-cursor
8992
background rgba($accentColor, 0.05)
9093
.meilisearch-autocomplete
91-
line-height 2
92-
margin-right 1rem
9394
// Searchbox
9495
input
9596
cursor text

0 commit comments

Comments
 (0)