app/assets/css/base/tippy.css in coveragebook_components-0.17.3 vs app/assets/css/base/tippy.css in coveragebook_components-0.17.4
- old
+ new
@@ -33,10 +33,10 @@
/* Tooltip theme */
.tippy-box[data-theme~="coco-tooltip"] {
@apply bg-background-dark-2 text-white label-sm rounded-lg shadow-xl;
.tippy-content {
- @apply px-3 py-2 truncate max-w-[240px];
+ @apply px-3 py-2 max-w-[240px];
}
/* arrow background */
.tippy-svg-arrow > svg:first-child {
@apply hidden;