app/components/coco/modals/modal/modal.css in coveragebook_components-0.19.4 vs app/components/coco/modals/modal/modal.css in coveragebook_components-0.19.5
- old
+ new
@@ -77,12 +77,11 @@
/*
Limit the size of modal content when rendered in the
host page rather than displayed as a modal.
*/
[data-role="inline-modal-content"] {
- @apply max-w-2xl mx-auto;
-
[data-component="modal-dialog"] {
+ @apply max-w-2xl mx-auto;
@apply border border-coco-gray-300 shadow-md rounded-xl;
}
}
}