From e1de0239c9d4e6a8d735ffb8a664dd03cba6cca1 Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Thu, 25 Sep 2025 10:43:55 -0700 Subject: [PATCH] Remove css that was breaking tooltips --- src/app.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/app.css b/src/app.css index 2aaabb06..8e136466 100644 --- a/src/app.css +++ b/src/app.css @@ -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; }