summaryrefslogtreecommitdiffstats
path: root/web_src
diff options
context:
space:
mode:
authorGiteabot <teabot@gitea.io>2023-07-05 02:31:12 -0400
committerGitHub <noreply@github.com>2023-07-05 08:31:12 +0200
commit511be9fe6e06ece964ce93daae49f02d7880c96e (patch)
tree90df87edfa225ae5da7bc747edaebe27c869f408 /web_src
parent24e64fe37225a315c74c00d1f5e4d024168feea6 (diff)
downloadgitea-511be9fe6e06ece964ce93daae49f02d7880c96e.tar.gz
gitea-511be9fe6e06ece964ce93daae49f02d7880c96e.zip
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: <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>
Diffstat (limited to 'web_src')
-rw-r--r--web_src/css/org.css1
1 files changed, 1 insertions, 0 deletions
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 {