feat(list): prevent style breaking due to unintuitive browser defaults

This commit is contained in:
Kim, Jimin 2025-03-20 21:04:05 +09:00
parent fda8415efb
commit 3809d11970
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

@ -24,5 +24,8 @@ body {
* { * {
@apply m-0; @apply m-0;
/* https://youtu.be/cH8VbLM1958 */
@apply min-h-0 min-w-0;
} }
</style> </style>