fix wrong min-width percentage calculation for child
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user