I am confused why the first button doesn't fill the whole width here:
<div style="display:flex;"><button style="width:100%;"> </button><button style="flex-shrink: 0;"> </button><button> </button></div>Why does flexbox interrupt the width?
I am confused why the first button doesn't fill the whole width here:
<div style="display:flex;"><button style="width:100%;"> </button><button style="flex-shrink: 0;"> </button><button> </button></div>Why does flexbox interrupt the width?