mirror of
https://projects.blender.org/infrastructure/gitea-custom.git
synced 2024-12-22 07:13:09 -05:00
UI: Decrease padding in issues/PR list
This commit is contained in:
parent
95dfac43e6
commit
2e5be3245c
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@
|
|||
}
|
||||
|
||||
.issue.list > .item {
|
||||
padding: var(--spacer-3) var(--spacer) !important;
|
||||
padding: var(--spacer-2) var(--spacer) !important;
|
||||
}
|
||||
|
||||
/* Hide branches from PR list. */
|
||||
|
|
Loading…
Reference in a new issue