percent unit does not work like on web #414

Closed
opened 2017-02-20 22:44:32 -08:00 by anql · 0 comments
anql commented 2017-02-20 22:44:32 -08:00 (Migrated from github.com)
<div id="percent_within_flex_grow" style="flex-direction:row; width: 350px; height: 100px; align-items: stretch; ">
    <div style="width:100px; background: red;"></div>
    <div style="flex-grow: 1;">
        <div style="width:100%; background-color: green;"></div>
    </div>
    <div style="width: 100px; background-color: blue;"></div>
</div>
``` <div id="percent_within_flex_grow" style="flex-direction:row; width: 350px; height: 100px; align-items: stretch; "> <div style="width:100px; background: red;"></div> <div style="flex-grow: 1;"> <div style="width:100%; background-color: green;"></div> </div> <div style="width: 100px; background-color: blue;"></div> </div> ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DaddyFrosty/yoga#414
No description provided.