loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix flex container width (#28603)

Fix #28489

authored by

wxiaoguang and committed by
GitHub
8989d466 8a71f728

+1
+1
web_src/css/modules/flexcontainer.css
··· 11 11 12 12 .flex-container-main { 13 13 flex: 1; 14 + min-width: 0; /* make the "text truncate" work, otherwise the flex axis is not limited and the text just overflows */ 14 15 } 15 16 16 17 @media (max-width: 767.98px) {