updating tooltips popup spacings

This commit is contained in:
Antoine M 2023-12-04 11:27:37 +01:00
parent a7fd7c192c
commit 5da39fa36c

View File

@ -5,7 +5,7 @@
@apply focus-text;
}
.tooltip-popup {
@apply bg-white rounded-xl shadowed p-4 font-normal;
@apply bg-white rounded-xl shadowed p-4 px-6 font-normal;
}
.tooltip-popup:after {