fix multiline baseline layout

This commit is contained in:
Lukas Woehrl
2017-01-05 11:47:38 +01:00
parent 5803ba4e5b
commit eaa2501c76
5 changed files with 369 additions and 15 deletions

View File

@@ -31,3 +31,14 @@
<div style="width: 50px; height: 10px;margin: 1px;"></div>
</div>
</div>
<div id="align_baseline_multiline" style="width: 100px; height: 100px; flex-direction:row; align-items: baseline;flex-wrap:wrap;">
<div style="width: 50px; height: 50px;background-color:green;"></div>
<div style="width: 50px; height: 20px;background-color:green;">
<div style="width: 50px; height: 10px;background-color:blue"></div>
</div>
<div style="width: 50px; height: 20px;background-color:green;">
<div style="width: 50px; height: 10px;background-color:blue"></div>
</div>
<div style="width: 50px; height: 50px;background-color:green;"></div>
</div>