]> source.dussan.org Git - gitea.git/commitdiff
Fix position of org follow button (#25688) (#25692)
authorGiteabot <teabot@gitea.io>
Wed, 5 Jul 2023 06:31:12 +0000 (02:31 -0400)
committerGitHub <noreply@github.com>
Wed, 5 Jul 2023 06:31:12 +0000 (08:31 +0200)
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:
<img width="1246" alt="image"
src="https://github.com/go-gitea/gitea/assets/115237/bb410c29-5539-4dad-8351-8da8470f7091">

After:
<img width="1236" alt="Screenshot 2023-07-04 at 21 19 13"
src="https://github.com/go-gitea/gitea/assets/115237/072e0e83-defd-484d-8861-33d73fa0e446">

Co-authored-by: silverwind <me@silverwind.io>
web_src/css/org.css

index 7b73d8e57296e306d6eacca73c15688158eb6f98..9711ed25ad5eec9f0a63646eb5767d2aebcb3af8 100644 (file)
 
 .organization.profile #org-info {
   overflow-wrap: anywhere;
+  flex: 1;
 }
 
 .organization.profile #org-info .ui.header {