StoDevX / AAO-React-Native

The St. Olaf community, now in pocket size.
GNU Affero General Public License v3.0
42 stars 16 forks source link

Filters in section-list rows have text and content cutoff, checkbox is unreachable #7081

Closed drewvolz closed 9 months ago

drewvolz commented 9 months ago

Issue with filters for menu dietary restriction lists: flex: 1 applied to modules/filter/section-list.tsx content is cut-off and is not allowing us to see the checkmark or the status of the checkmark.

We need a style change here, flex properties (grow and shrink) should be able to handle this.

Worth looking at while working on the filters for #6765.