mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-03-13 23:32:41 +00:00
lastly, optimize the padding situation
This commit is contained in:
parent
05830d7b84
commit
b2642c179c
1 changed files with 2 additions and 2 deletions
|
@ -1154,14 +1154,14 @@ td .commit-summary {
|
|||
}
|
||||
|
||||
.branch-tag-tab {
|
||||
padding: 0 10px;
|
||||
padding: 0 10px 10px 10px;
|
||||
}
|
||||
|
||||
.branch-tag-item {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
padding: 10px;
|
||||
padding: 0 10px;
|
||||
border: 1px solid transparent;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue