feat(list): prevent style breaking due to unintuitive browser defaults
This commit is contained in:
parent
fda8415efb
commit
3809d11970
1 changed files with 3 additions and 0 deletions
|
@ -24,5 +24,8 @@ body {
|
|||
|
||||
* {
|
||||
@apply m-0;
|
||||
|
||||
/* https://youtu.be/cH8VbLM1958 */
|
||||
@apply min-h-0 min-w-0;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue