Fix spacing in issue navbar (#30238)
Create a new `issue-navbar` class specifically for this bar, previous class used in many places and I thought I had them all removed, but not this one. Fixes: https://github.com/go-gitea/gitea/issues/30226 (cherry picked from commit 944c76e78423405a33450eb3d07cd2b772f4a81c)
This commit is contained in:
parent
87870ade49
commit
0b27b96255
4 changed files with 8 additions and 3 deletions
|
@ -140,3 +140,8 @@
|
|||
.secondary-nav {
|
||||
background: var(--color-secondary-nav-bg) !important; /* important because of .ui.secondary.menu */
|
||||
}
|
||||
|
||||
.issue-navbar {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue