Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 0baaf75

Browse files
Fix display of search button inside search dropdown
1 parent c580b35 commit 0baaf75

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

runestone/common/css/runestone-custom-sphinx-bootstrap.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,11 @@ input[type="button"].btn.btn-sm {
403403
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
404404
}
405405

406+
/* Fix search menu button */
407+
.dropdown-menu .input-group .input-group-btn button.btn {
408+
font-size: 14px;
409+
}
410+
406411
.btn {
407412
margin: 5px;
408413
}

0 commit comments

Comments
 (0)