Baseline support #317
@@ -3,19 +3,19 @@
|
||||
<div style="width: 50px; height: 20px;"></div>
|
||||
</div>
|
||||
|
||||
<div id="align_baseline_child" style="width: 100px; height: 100px; flex-direction:row; background-color:red; align-items: baseline;">
|
||||
<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:yellow"></div>
|
||||
<div id="align_baseline_child" style="width: 100px; height: 100px; flex-direction:row; align-items: baseline;">
|
||||
<div style="width: 50px; height: 50px;"></div>
|
||||
<div style="width: 50px; height: 20px;">
|
||||
<div style="width: 50px; height: 10px;"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="align_baseline_double_nested_child" style="width: 100px; height: 100px; flex-direction:row; background-color:red; align-items: baseline;">
|
||||
<div style="width: 50px; height: 50px;background-color:green">
|
||||
<div style="width: 50px; height: 20px;background-color:yellow"></div>
|
||||
<div id="align_baseline_double_nested_child" style="width: 100px; height: 100px; flex-direction:row; align-items: baseline;">
|
||||
<div style="width: 50px; height: 50px;">
|
||||
<div style="width: 50px; height: 20px;"></div>
|
||||
</div>
|
||||
<div style="width: 50px; height: 20px;background-color:green">
|
||||
<div style="width: 50px; height: 15px;background-color:yellow"></div>
|
||||
<div style="width: 50px; height: 20px;">
|
||||
<div style="width: 50px; height: 15px;"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user