jac-uk / digital-platform

Firebase/GCP configuration and components for our digital platform
MIT License
2 stars 1 forks source link

Improve legibility in panel pack layout #1169

Closed drieJAC closed 3 months ago

drieJAC commented 3 months ago

Added a flag to tell the addTable function that the header and value should go in separate rows instead of two columns in the same row. Updated function calls to getAdditionalSelectionCriteria and getSelfAssessment to use this flag.

Closes #1167