mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Set min-width on non-responsive auto columns
Had already done this on responsive variants, missed adding it to the base variant. Without this, auto columns are not forced to the same width.
This commit is contained in:
parent
ecd66cd2a6
commit
e023065480
@ -49,6 +49,7 @@
|
||||
flex-grow: 1;
|
||||
flex-basis: 0;
|
||||
max-width: 100%;
|
||||
min-width: 0;
|
||||
}
|
||||
.col-first {
|
||||
order: -1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user