vuejs / repl

Vue SFC REPL as a Vue 3 component
https://repl-vuejs.vercel.app
MIT License
934 stars 174 forks source link

fix error message styling for issue#5412 on vue/core repo #24

Closed goffxnca closed 2 years ago

goffxnca commented 2 years ago

I have modified the error message style for the playground site as per Evan's suggestion to drop scrolling altogether. Here is a reference to the original issue on vue/core repository: Issue

before: image

after image

and for the larger error messages, it's now shown without scrolling on the desktop and still respects the pre-formatted default behavior of the pre-tag. image

and only show the scrolling on mobile site: image