Skip to content

Commit

Permalink
fix: Pop up window can be rolled when error message is long (#3118)
Browse files Browse the repository at this point in the history
fix: AlertDialog title

Co-authored-by: Chen Yu <keithwhisper@gmail.com>
  • Loading branch information
devchenyan and Keith-CY authored Apr 17, 2024
1 parent 4ad6015 commit ab2e85d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
font-weight: 500;
margin: 14px 0 16px 0;
color: var(--main-text-color);
white-space: pre-wrap;
word-wrap: break-word;
overflow-wrap: break-word;
}

.message {
Expand Down

2 comments on commit ab2e85d

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 8717466936

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 8717466117

Please sign in to comment.