replace flex-grow: 1 by flex: 1 for .flex-columns > *
This commit is contained in:
parent
a00253318d
commit
11657a5589
1 changed files with 1 additions and 1 deletions
|
|
@ -12,6 +12,6 @@
|
|||
flex-direction: row;
|
||||
}
|
||||
.flex-columns > * {
|
||||
flex-grow: 1;
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue