Fix property group name font size until a proper fix in BBUI
This commit is contained in:
parent
5d06c91cee
commit
5077f4f435
|
@ -63,6 +63,12 @@
|
|||
height: 100%;
|
||||
gap: var(--spacing-m);
|
||||
}
|
||||
.design-view-container :global(.property-group-name .name) {
|
||||
font-size: var(--font-size-xs);
|
||||
}
|
||||
.design-view-container :global(.property-group-container) {
|
||||
padding: 4px 0;
|
||||
}
|
||||
|
||||
.design-view-state-categories {
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue