rspace-os / rspace-web

This the main repository for RSpace: rspace-web. Check https://github.com/rspace-os/rspace-web/blob/main/DevDocs/DeveloperNotes/GettingStarted/GettingStarted.md for setup instructions.
https://github.com/rspace-os/rspace-web/wiki
GNU Affero General Public License v3.0
15 stars 3 forks source link

Fix accessibility issues with DescriptionList component #177

Closed rlamacraft closed 3 weeks ago

rlamacraft commented 3 weeks ago

Rather than using spans to aid with styling, which violates the semantic HTML rules, this change uses CSS Flex Grid layout instead. This also offers greater customisation at each call site by tweaking the styling rather than having to pass lots of props.