From 3809d11970e3e4889b71bfd5c8c5f35bd2f8833c Mon Sep 17 00:00:00 2001 From: pompydev Date: Thu, 20 Mar 2025 21:04:05 +0900 Subject: [PATCH] feat(list): prevent style breaking due to unintuitive browser defaults --- apps/list/app.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/list/app.vue b/apps/list/app.vue index 28ddc1d..dfcebc9 100644 --- a/apps/list/app.vue +++ b/apps/list/app.vue @@ -24,5 +24,8 @@ body { * { @apply m-0; + + /* https://youtu.be/cH8VbLM1958 */ + @apply min-h-0 min-w-0; }