added test for align-self: baseline
This commit is contained in:
@@ -56,3 +56,10 @@
|
||||
</div>
|
||||
<div style="width: 50px; height: 50px;"></div>
|
||||
</div>
|
||||
|
||||
<div id="align_baseline_self" style="width: 100px; height: 100px; flex-direction:row;">
|
||||
<div style="width: 50px; height: 50px;align-self: baseline;"></div>
|
||||
<div style="width: 50px; height: 20px;align-self: baseline;">
|
||||
<div style="width: 50px; height: 10px;"></div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user