Skip to content

Commit 4cbe4ef

Browse files
pdanpdanrstoenescu
authored andcommitted
fix: Flex - width auto on .col-{$name}-auto whould be specific to .row (quasarframework#665)
1 parent 8bd5337 commit 4cbe4ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/css/core/flex.styl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,9 @@ for $name, $size in $sizes
137137
flex-basis 0
138138
flex-grow 1
139139
.col-{$name}-auto
140-
width auto
141140
flex 0 0 auto
141+
.row > &
142+
width auto
142143

143144
for $i in (1..$flex-cols)
144145
.col-{$name}-{$i}

0 commit comments

Comments
 (0)