Skip to content

Commit e7ec8a4

Browse files
committed
use cross-browser approach to space elements in search pagination
1 parent 4058633 commit e7ec8a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/css/vendor/docsearch.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,14 @@
8181
.algolia-autocomplete .ds-pagination {
8282
display: flex;
8383
align-items: center;
84-
gap: 0.5em;
8584
font-size: 0.8em;
8685
line-height: 1;
8786
}
8887

88+
.algolia-autocomplete .ds-pagination > :not(:first-child) {
89+
margin-left: 0.5em;
90+
}
91+
8992
.algolia-autocomplete .ds-pagination a {
9093
color: #174d8c;
9194
}

0 commit comments

Comments
 (0)