Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah German <sgerman@gitlab.com>2023-07-24 17:26:01 +0300
committerSarah German <sgerman@gitlab.com>2023-07-24 17:26:01 +0300
commitb955820ee39ac92b13dbd9145ff400f2fe011d0b (patch)
tree2985be8801e2dae34ff5c9fe0621fca865ce86cb
parentd9b2430cb5ffd7a7400590c19ee6132920948b80 (diff)
Override fixed height on search form
-rw-r--r--content/assets/stylesheets/stylesheet.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index 6ee3638c..c6cbf6b2 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -329,6 +329,9 @@ ol {
.gl-search-box-by-type-input-borderless:not(.form-control-plaintext):focus {
box-shadow: inset 0 0 0 2px $blue-400;
}
+.gl-form-input.gl-search-box-by-click-input {
+ height: auto;
+}
.gs-wrapper kbd {
display: none;
@media (min-width: $bp-md) {