fixinf definition text size css problems

This commit is contained in:
Antoine M 2023-11-27 18:51:08 +01:00
parent cc9dea5775
commit 3a50912e6d

View File

@ -1,6 +1,13 @@
.tooltip-word {
@apply underline;
text-decoration-style: dotted !important;
text-decoration-color:;
text-decoration-thickness: 2px !important;
}
.tooltip-popup__definition {
@apply text-base;
}
.tooltip-popup__title {
@apply !mb-0;
}