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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-06-30 22:42:47 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-30 22:42:47 +0300
commit9b7331ec40066a8edfc3452ec6658aad89b56126 (patch)
tree835c70d744c629375e8f36b8262d46a88b33f261
parent8cf61c17e9f20827896c44b1e0a1287b5a5dc507 (diff)
Add latest changes from gitlab-org/gitlab@16-1-stable-ee
-rw-r--r--app/assets/stylesheets/page_bundles/wiki.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/page_bundles/wiki.scss b/app/assets/stylesheets/page_bundles/wiki.scss
index 69a3ec94fda..4fb07328493 100644
--- a/app/assets/stylesheets/page_bundles/wiki.scss
+++ b/app/assets/stylesheets/page_bundles/wiki.scss
@@ -111,7 +111,7 @@
}
.wiki-list {
- height: $gl-spacing-scale-8;
+ min-height: $gl-spacing-scale-8;
&:hover {
background: $gray-10;