Add webkit prefixed flex direction too.
This commit is contained in:
@@ -45,6 +45,7 @@ limitations under the License.
|
|||||||
display: -webkit-flex;
|
display: -webkit-flex;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
-webkit-flex-direction: column;
|
||||||
|
|
||||||
/* background-color: #f00; */
|
/* background-color: #f00; */
|
||||||
width: 250px;
|
width: 250px;
|
||||||
|
|||||||
Reference in New Issue
Block a user