Files

13 lines
209 B
CSS
Raw Permalink Normal View History

@layer components {
/* Page copy block — rendered markdown content for CMS pages. */
2026-02-04 23:31:53 +01:00
.app-page-copy .app-field {
min-width: 200px;
}
.app-page-copy .app-field [role="group"] {
margin-bottom: 0;
}
}