From 511be9fe6e06ece964ce93daae49f02d7880c96e Mon Sep 17 00:00:00 2001 From: Giteabot Date: Wed, 5 Jul 2023 02:31:12 -0400 Subject: [PATCH] Fix position of org follow button (#25688) (#25692) Backport #25688 by @silverwind This has recently regressed it seems. Put it back into same position as https://github.com/go-gitea/gitea/pull/24345. Before: image After: Screenshot 2023-07-04 at 21 19 13 Co-authored-by: silverwind --- 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 7b73d8e572..9711ed25ad 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 {