Files
payloadcms/test/app/live-preview/_components/RichText/index.module.scss
2024-03-19 11:31:50 -04:00

10 lines
103 B
SCSS

.richText {
> *:first-child {
margin-top: 0;
}
> *:last-child {
margin-bottom: 0;
}
}