Skip to content

Commit bfa436a

Browse files
apply changes from suggestion
Co-authored-by: François Chalifour <francoischalifour@users.noreply.github.com>
1 parent 751d400 commit bfa436a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/docsearch-css/src/button.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
.DocSearch-Button-Keys {
4545
display: flex;
46-
width: calc(2 * 20px + 2 * 0.4em);
46+
min-width: calc(2 * 20px + 2 * 0.4em);
4747
}
4848

4949
.DocSearch-Button-Key {
@@ -64,7 +64,6 @@
6464

6565
@media (max-width: 750px) {
6666
.DocSearch-Button-Keys,
67-
.DocSearch-Button-Key,
6867
.DocSearch-Button-Placeholder {
6968
display: none;
7069
}

0 commit comments

Comments
 (0)