* {min-width: 0}

This commit is contained in:
Raphael Goetter 2017-08-01 11:57:50 +02:00
parent 91d979b356
commit 7bd7fb9807
3 changed files with 3 additions and 4 deletions

View file

@ -9,6 +9,8 @@ html {
* {
box-sizing: inherit;
/* avoid min-width: auto on flex and grid children */
min-width: 0;
}
html {