summaryrefslogtreecommitdiffstats
path: root/web_src
diff options
context:
space:
mode:
authorGiteabot <teabot@gitea.io>2024-10-13 11:46:55 +0800
committerGitHub <noreply@github.com>2024-10-13 03:46:55 +0000
commitbcfe1f91d243fcd6d6ed62e17cac09a2d87e78aa (patch)
treea28e2dc34d376436857f86062682cf656ef2dee8 /web_src
parentf15d5f0c4a429970a8e4e63a89554994a50ca0b2 (diff)
downloadgitea-bcfe1f91d243fcd6d6ed62e17cac09a2d87e78aa.tar.gz
gitea-bcfe1f91d243fcd6d6ed62e17cac09a2d87e78aa.zip
Fix dropdown content overflow (#31610) (#32250)
Backport #31610 by charles7668 close #31602 Co-authored-by: charles <30816317+charles7668@users.noreply.github.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'web_src')
-rw-r--r--web_src/css/base.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/web_src/css/base.css b/web_src/css/base.css
index 067772ef59..8587e4bfbd 100644
--- a/web_src/css/base.css
+++ b/web_src/css/base.css
@@ -1354,6 +1354,10 @@ table th[data-sortt-desc] .svg {
min-width: 0; /* make ellipsis work */
}
+.ui.multiple.selection.dropdown {
+ flex-wrap: wrap;
+}
+
.ui.ui.dropdown.selection {
min-width: 14em; /* match the default min width */
}