align-content:stretch does not work like on web #413

Closed
opened 2017-02-20 05:19:52 -08:00 by anql · 2 comments
anql commented 2017-02-20 05:19:52 -08:00 (Migrated from github.com)
<div id="align_content_stretch_different_web_browser" style="align-content:stretch;">
	<div style="width:100px; height: 100px; align-items: center; flex-direction: row; align-content:stretch;">
		<div style="height: 10px; width: 10px; align-content:stretch;"></div>
	</div>
</div>
``` <div id="align_content_stretch_different_web_browser" style="align-content:stretch;"> <div style="width:100px; height: 100px; align-items: center; flex-direction: row; align-content:stretch;"> <div style="height: 10px; width: 10px; align-content:stretch;"></div> </div> </div> ```
jmmiracle commented 2017-02-20 18:00:06 -08:00 (Migrated from github.com)

we already had this question.seems like align-content make align-items invalid.

we already had this question.seems like align-content make align-items invalid.
emilsjolander commented 2017-02-24 07:11:46 -08:00 (Migrated from github.com)

PR has landed. This should be fixed now 👍

PR has landed. This should be fixed now 👍
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DaddyFrosty/yoga#413
No description provided.