mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-18 05:20:43 +01:00
fix: remove padding around buttons to align with section heading
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
This commit is contained in:
parent
92b4990d0b
commit
ab102e736c
1 changed files with 4 additions and 0 deletions
|
|
@ -166,6 +166,10 @@ $padding: calc(var(--default-grid-baseline) * 3);
|
|||
display: grid;
|
||||
gap: calc(var(--default-grid-baseline) * 4);
|
||||
grid-template-columns: repeat(auto-fit, 175px);
|
||||
|
||||
button {
|
||||
padding: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.template-btn {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue