.text-wrapper, display: flex; flex-wrap: wrap.
, .text-container, CSS .text-wrapper.
flex-wrap: wrap , .text-wrapper .tabs-wrapper , , ( , , div , , - )
flex – , display: flex .text-container – Flex. , . , ( display flex).
, , .text-container 20 .
.text-wrapper .tabs-wrapper . ?
, align-content.
, align-content stretch, .
, , ( , ) .text-wrapper .tabs-wrapper. align-content: flex-start, flex-end, center, space-between, space-around stretch.
, , align-content flex. , , align-items.
CSS:
.text-container {
height:100%;
width:100%;
top:0px;
position:relative;
display:flex;
align-items:flex-end;
align-content: flex-end;
flex-wrap:wrap;
}
20px .text-wrapper .tabs-wrapper, .text-wrapper.
.text-wrapper {
margin-bottom: 20px;
}
flexbox, :