percent unit does not work like on web #414

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>
```
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?