chore(app): more spacing controls
This commit is contained in:
parent
a76be695c7
commit
af2ccc94eb
4 changed files with 57 additions and 9 deletions
|
|
@ -9,7 +9,8 @@
|
|||
overflow: visible;
|
||||
|
||||
&.tool-collapsible {
|
||||
gap: 8px;
|
||||
--tool-content-gap: 8px;
|
||||
gap: var(--tool-content-gap);
|
||||
}
|
||||
|
||||
[data-slot="collapsible-trigger"] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue