Skip to content

Commit

Permalink
Merge pull request #15 from solo-io/increase-flexsearch-box
Browse files Browse the repository at this point in the history
Make flexsearch box bigger
  • Loading branch information
Nadine2016 committed Apr 15, 2024
2 parents b058e26 + 083268f commit 752d29d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions assets/docs/scss/custom/plugins/flexsearch/_flexsearch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
}

.flexsearch {
min-width: 500px;
width: 500px;
min-width: 600px;
width: 600px;
}
}

Expand Down Expand Up @@ -236,16 +236,16 @@

@media (min-width: 992px) {
#suggestions {
width: 500px;
max-width: 500px
width: 600px;
max-width: 600px
}

#suggestions a {
display: flex
}

.suggestion__title {
width: 9rem;
width: 20rem;
padding-right: 1rem;
border-right: 1px solid var(--flexsearch-suggestion-title-border-color);
display: inline-block;
Expand All @@ -256,4 +256,4 @@
width: 20.1rem;
padding-left: 1rem
}
}
}

0 comments on commit 752d29d

Please sign in to comment.