mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:15:43 +01:00
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:
parent
3dbcbf7a1b
commit
e7495735d5
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@
|
||||||
|
|
||||||
.organization.profile #org-info {
|
.organization.profile #org-info {
|
||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.organization.profile #org-info .ui.header {
|
.organization.profile #org-info .ui.header {
|
||||||
|
|
Loading…
Reference in a new issue