Skip to content

Commit 5b104a5

Browse files
GiteaBotwxiaoguang
andauthored
Fix flex container width (go-gitea#28603) (go-gitea#28605)
Backport go-gitea#28603 by wxiaoguang Fix go-gitea#28489 Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
1 parent f2add36 commit 5b104a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_src/css/modules/flexcontainer.css

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
.flex-container-main {
1313
flex: 1;
14+
min-width: 0; /* make the "text truncate" work, otherwise the flex axis is not limited and the text just overflows */
1415
}
1516

1617
@media (max-width: 767.98px) {

0 commit comments

Comments
 (0)