Browse Source

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.
pull/25696/head
silverwind 2 years ago committed by GitHub
parent
commit
e7495735d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      web_src/css/org.css

1
web_src/css/org.css

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

Loading…
Cancel
Save