-
-
Notifications
You must be signed in to change notification settings - Fork 9k
Closed
Labels
🧹 p1-chorePriority 1: this doesn't change code behavior.Priority 1: this doesn't change code behavior.scope: playground
Description
Version
3.2.30
Reproduction link
Steps to reproduce
- Go to https://sfc.vuejs.org/
- Click adds a new file using the plus(+) icon.
- Put character 'a' in the file name textbox and enter to submit creating the file.
- The error message will show up, but the styling of this error message like horizontal&vertical scrolling appears in the wrong position.
What is expected?
The overflow styling should be applied to the container of that error message not the inner tag.
What is actually happening?
The overflow:scroll style should be apply to the class .msg.err not the HTML pre tag inside the .msg.err class
Let me know if this is okay to adjust then I'll submit the PR.
Metadata
Metadata
Assignees
Labels
🧹 p1-chorePriority 1: this doesn't change code behavior.Priority 1: this doesn't change code behavior.scope: playground

