Using align-items: stretch
on a <button>
in Chrome seems to not work. It works fine in Firefox.
See an example here: https://jsfiddle.net/y8a2qoef/4/
stretch
works fine when the container/flex-element is a <div>
but not when it's a <button>
I wanted to post this here in case I'm missing something; maybe the spec says somewhere it's not supposed to work on <button>
's and Firefox is just being nice. Otherwise, it looks like this is a Chrome bug?