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.
This commit is contained in:
silverwind 2023-07-05 05:41:46 +02:00 committed by GitHub
parent 3dbcbf7a1b
commit e7495735d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,6 +103,7 @@
.organization.profile #org-info {
overflow-wrap: anywhere;
flex: 1;
}
.organization.profile #org-info .ui.header {