app/components/coco/buttons/button/button.css in coveragebook_components-0.18.0 vs app/components/coco/buttons/button/button.css in coveragebook_components-0.18.7
- old
+ new
@@ -8,13 +8,14 @@
width: min-content;
.button-inner {
@apply inline-flex items-center text-center mx-auto gap-2;
width: fit-content;
+ min-width: 1%;
}
.button-content {
- @apply whitespace-nowrap relative leading-none inline-flex items-center order-2;
+ @apply whitespace-nowrap relative leading-none inline-block items-center order-2 truncate;
}
.button-state-content {
@apply contents;
}