josdejong / svelte-jsoneditor

A web-based tool to view, edit, format, repair, query, transform, and validate JSON
https://jsoneditoronline.org
Other
816 stars 108 forks source link

Update ValidationErrorsOverview.svelte #341

Closed hybridwebdev closed 7 months ago

hybridwebdev commented 7 months ago

Error message output component lacks much needed classes. Added additional classes for improved CSS targeting.

josdejong commented 7 months ago

Thanks @hybridwebdev , this is a neat improvement!

Can your run npm run format to fix the linting issues? (should use double quotes in HTML)

hybridwebdev commented 7 months ago

Added commit to use double quoted class names

josdejong commented 7 months ago

👌