mirror of
https://projects.blender.org/infrastructure/gitea-custom.git
synced 2025-01-18 04:32:29 -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 {
|
.issue.list > .item {
|
||||||
padding: var(--spacer-3) var(--spacer) !important;
|
padding: var(--spacer-2) var(--spacer) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hide branches from PR list. */
|
/* Hide branches from PR list. */
|
||||||
|
|
Loading…
Add table
Reference in a new issue