1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00

Fix property group name font size until a proper fix in BBUI

This commit is contained in:
Andrew Kingston 2020-10-22 20:48:46 +01:00
parent 77cfe2e442
commit 0b220c4db6

View file

@ -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 {
}