Scenshot моего браузера и живого кода < /p>
Код: Выделить всё
.sector {
display: flex;
flex-direction: row;
min-height: 100%;
height: 100%;
}
.mlist {
background-color: lightpink;
flex: 1;
text-align: left;
}
.middlesearch {
background-color: lightgreen;
flex: 3;
text-align: center;
}
.plist {
background-color: lightblue;
flex: 1;
text-align: right;
}< /code>
[17] Test: Hello welcome to [text]
[23] test div mlist (master list)
[28] test div middlesearch (search window)
[33] test div plist (personal list)
Подробнее здесь: https://stackoverflow.com/questions/795 ... l-space-av