Skip to content

Commit

Permalink
Fix position of org follow button (go-gitea#25688) (go-gitea#25692)
Browse files Browse the repository at this point in the history
Backport go-gitea#25688 by @silverwind

This has recently regressed it seems. Put it back into same position as
go-gitea#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 <[email protected]>
  • Loading branch information
GiteaBot and silverwind committed Jul 5, 2023
1 parent 24e64fe commit 511be9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web_src/css/org.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@

.organization.profile #org-info {
overflow-wrap: anywhere;
flex: 1;
}

.organization.profile #org-info .ui.header {
Expand Down

0 comments on commit 511be9f

Please sign in to comment.