* {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

@ -21,9 +21,5 @@
grid-column-gap: $size;
}
}
& > * {
min-width: 0; /* avoid min-width: auto on children */
}
}
}