Merge pull request '[v7.0/forgejo] [BUG] Fix selector inner radius' (#2921) from bp-v7.0/forgejo-177d8e7 into v7.0/forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2921 Reviewed-by: Gusted <gusted@noreply.codeberg.org>
This commit is contained in:
commit
60a82b0890
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
|||
}
|
||||
|
||||
.ui.segments:not(.horizontal) > .segment:only-child {
|
||||
border-radius: 0.28571429rem;
|
||||
border-radius: 0.214285717rem;
|
||||
}
|
||||
|
||||
.ui.segments > .ui.segments {
|
||||
|
|
Loading…
Reference in a new issue