diff options
author | silverwind <me@silverwind.io> | 2023-07-05 05:41:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-05 05:41:46 +0200 |
commit | e7495735d5694cc32348bc674f3b9c63c1318e2c (patch) | |
tree | 4d1641e88fb05026504c203e648aef91b116bab2 /web_src | |
parent | [skip ci] Updated translations via Crowdin (diff) | |
download | forgejo-e7495735d5694cc32348bc674f3b9c63c1318e2c.tar.xz forgejo-e7495735d5694cc32348bc674f3b9c63c1318e2c.zip |
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.
Diffstat (limited to 'web_src')
-rw-r--r-- | web_src/css/org.css | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |