B
B
bpGusar2018-12-20 12:17:50
css
bpGusar, 2018-12-20 12:17:50

In EDGE, flexbox expands to its full length, in Chrome it doesn't. How to remove free space padding on the right in EDGE?

Chrome
5c1b5df0ca07f208253796.jpeg
Edge
5c1b5dfa1addd236084232.jpeg
In Edge, flex fills free space, how to fix it and make it like in chrome?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Pacification, 2018-12-27
@dmitry_pacification

1) Check min-width/max-width?
2) Most likely in EDGE the problem is like in ie11. When you set display flex, all child elements (i.e. div.display-flex > * ) must have the flex property set (flex: 0 0 auto you can try). The idea is to fix it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question