Remove css that was breaking tooltips

This commit is contained in:
Jon Staab
2025-09-25 10:43:55 -07:00
parent bec77d59e8
commit e1de0239c9
-6
View File
@@ -217,12 +217,6 @@
@apply ellipsize;
}
@media (max-width: 639px) {
[data-tip]::before {
display: none;
}
}
.content-padding-x {
@apply px-4 sm:px-8 md:px-12;
}