In the following example, flex items begin to flow from the upper right corner of the wrapper:
div { outline: 1px solid teal; } #wrap { width: 400px; height: 200px; display: flex; flex-direction: column; flex-wrap: wrap-reverse; } #wrap div { width: 50px; height: 50px; }
<div id="wrap"> <div>1</div> <div>2</div> <div>3</div> <div>4</div> <div>5</div> <div>6</div> </div>
But so I see them in Edge:
And with the help flex-direction: row;they look like this:
flex-direction: row;
But here's what they look like in Edge:
Does Edge work correctly?
Edge got this bug in the April 2016 version.
The report stated (March 29, 2017) that this version has been fixed since version 15063.
. , Insider, Creators, ( 2017 ),
Source: https://habr.com/ru/post/1674280/More articles:Numpy ImportError when deploying a Flask application using mod_wsgi / Apache2 - numpyAdd CSV content to another CSV file - powershellHow to play live rtmp using videojs? - live-streamingConvert between C # list and F # list - c #Angular2 - ViewChild from directive - angularJQuery trigger () not working - javascriptReorder text by element - htmlImproving sound quality when using a virtual audio cable with Skype - virtualhow to activate kite in pycharm? - pycharmKotlin null-safety Π΄Π»Ρ ΡΠ²ΠΎΠΉΡΡΠ² ΠΊΠ»Π°ΡΡΠ° - nullAll Articles