Suppression min-height: 0 par défaut
This commit is contained in:
parent
cddc2d472a
commit
8e95e4cdd9
6 changed files with 6 additions and 8 deletions
|
@ -10,7 +10,7 @@
|
|||
/* ----------------------------- */
|
||||
/*
|
||||
* 1. Switch to border-box model for all elements
|
||||
* 2. Avoid min-width: auto and min-height: auto on flex and grid children
|
||||
* 2. Avoid min-width: auto on flex and grid items
|
||||
*/
|
||||
*,
|
||||
*::before,
|
||||
|
@ -19,8 +19,6 @@
|
|||
/* 1 */
|
||||
min-width: 0;
|
||||
/* 2 */
|
||||
min-height: 0;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue