From e7495735d5694cc32348bc674f3b9c63c1318e2c Mon Sep 17 00:00:00 2001 From: silverwind Date: Wed, 5 Jul 2023 05:41:46 +0200 Subject: [PATCH] Fix position of org follow button (#25688) This has recently regressed it seems. Put it back into same position as https://github.com/go-gitea/gitea/pull/24345. --- web_src/css/org.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web_src/css/org.css b/web_src/css/org.css index 400f4fbbd9..d579443ce1 100644 --- a/web_src/css/org.css +++ b/web_src/css/org.css @@ -103,6 +103,7 @@ .organization.profile #org-info { overflow-wrap: anywhere; + flex: 1; } .organization.profile #org-info .ui.header {