fix nodes with margin

This commit is contained in:
Lukas Woehrl
2017-01-05 11:03:36 +01:00
parent d4ccb44c07
commit 5803ba4e5b
5 changed files with 245 additions and 6 deletions

View File

@@ -24,3 +24,10 @@
<div style="width: 50px; height: 50px;"></div>
<div style="width: 50px; height: 20px;"></div>
</div>
<div id="align_baseline_child_margin" style="width: 100px; height: 100px; flex-direction:row; align-items: baseline;">
<div style="width: 50px; height: 50px;margin: 5px;"></div>
<div style="width: 50px; height: 20px;">
<div style="width: 50px; height: 10px;margin: 1px;"></div>
</div>
</div>