aboutsummaryrefslogtreecommitdiffstats
path: root/web_src
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2023-12-24 22:39:02 +0800
committerGitHub <noreply@github.com>2023-12-24 22:39:02 +0800
commit8989d466ed4e3ebf60aaf6fe0e237699a93b70ee (patch)
treec7370e79c18b40fdd64076294da5866d15f3c6c2 /web_src
parent8a71f7280a1136b19e5390716d7f8c43bed460cc (diff)
downloadgitea-8989d466ed4e3ebf60aaf6fe0e237699a93b70ee.tar.gz
gitea-8989d466ed4e3ebf60aaf6fe0e237699a93b70ee.zip
Fix flex container width (#28603)
Fix #28489
Diffstat (limited to 'web_src')
-rw-r--r--web_src/css/modules/flexcontainer.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/web_src/css/modules/flexcontainer.css b/web_src/css/modules/flexcontainer.css
index 1721f14b2c..0b559f1e7d 100644
--- a/web_src/css/modules/flexcontainer.css
+++ b/web_src/css/modules/flexcontainer.css
@@ -11,6 +11,7 @@
.flex-container-main {
flex: 1;
+ min-width: 0; /* make the "text truncate" work, otherwise the flex axis is not limited and the text just overflows */
}
@media (max-width: 767.98px) {