app/components/coco/messaging/alert/alert.css in coveragebook_components-0.17.5 vs app/components/coco/messaging/alert/alert.css in coveragebook_components-0.17.6
- old
+ new
@@ -101,11 +101,11 @@
}
}
/* Layout */
- @apply alert-stacked @[576px]:alert-multi-line;
+ @apply alert-stacked @[550px]:alert-multi-line;
&[data-single-line="true"]:not(.force-multi-line) {
@apply @[1000px]:alert-single-line;
}
@@ -309,10 +309,10 @@
.alert-body {
@apply pr-2;
}
.alert-container {
- @apply px-12;
+ @apply pr-12;
}
.alert-dismiss {
@apply absolute right-3 top-1/2 -translate-y-1/2;
}