* {min-width: 0}
This commit is contained in:
parent
91d979b356
commit
7bd7fb9807
3 changed files with 3 additions and 4 deletions
|
@ -9,6 +9,8 @@ html {
|
|||
|
||||
* {
|
||||
box-sizing: inherit;
|
||||
/* avoid min-width: auto on flex and grid children */
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
html {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue