fix wrong min-width percentage calculation for child

This commit is contained in:
Lukas Wöhrl
2020-06-11 16:44:59 +02:00
parent ede65bbce4
commit 2e9c2d4d7a
3 changed files with 122 additions and 61 deletions

View File

@@ -107,3 +107,9 @@
<div style="width: 100%;"></div>
</div>
</div>
<div id="percentage_nested_child" style="flex-direction: row; width: 40px; height: 20px;">
<div style="flex-direction: row; width: 10px;">
<div style="flex-direction: row; min-width: 50%;"></div>
</div>
</div>