1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-06-10 20:00:25 +02:00

possible fix for wrong wrapping of rows following each other on super wide screens

This commit is contained in:
Matthias Kretschmann 2016-02-10 01:36:01 +01:00
parent 0fbd0e4607
commit 2e51285423

View File

@ -15,6 +15,11 @@
min-height: 420px;
flex-wrap: wrap;
// HEADS UP!
// this fixes wrng wrapping of rows following each other
// BUT only in Chrome & Firefox, it destroys complete layout in Safari
//flex-flow: column;
.row {
flex: 0 0 100%;
}