USDA-FSA / fsa-style

CSS Implementation of USDA's FPAC Design System
http://usda-fsa.github.io/fsa-style/
Other
11 stars 8 forks source link

BUG: --fill variants don't fill within flex container #551

Closed francisrupert closed 2 years ago

francisrupert commented 2 years ago

Bug

--fill variants (née --block) of certain components don't fill up available space if its parent is display: flex.

Example

fsa-btn-group--fill within a container set as display: flex.

Solution:

Explicitly set width: 100%.