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:
authorEvan Read <eread@gitlab.com>2023-07-25 02:47:05 +0300
committerEvan Read <eread@gitlab.com>2023-07-25 02:47:05 +0300
commitee4941a929da9fecb5bc62f1e72b3c9f84cc0b18 (patch)
tree1e78ec5502cb8f64e193882ddc8e90ff08bf17b6 /content/assets
parente800c28ca3f7c2faa360e558645e92d8d6f61208 (diff)
parentb955820ee39ac92b13dbd9145ff400f2fe011d0b (diff)
Merge branch 'renovate/nodejs-dependencies' into 'main'
Update NodeJS dependencies See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/4099 Merged-by: Evan Read <eread@gitlab.com> Approved-by: Evan Read <eread@gitlab.com> Co-authored-by: Sarah German <sgerman@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
Diffstat (limited to 'content/assets')
-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 48c9f8bf..c8453090 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -323,6 +323,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) {