Merge pull request #4035 from xiaobinqt/dev

fix .red-ui-notification class
This commit is contained in:
Nick O'Leary 2023-02-02 10:20:54 +00:00 committed by GitHub
commit 1824108d09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@
color: var(--red-ui-primary-text-color);
border: 1px solid var(--red-ui-notification-border-default);
border-left-width: 16px;
overflow: hidden;
overflow: scroll;
max-height: 80vh;
.ui-dialog-buttonset {
margin-top: 20px;
margin-bottom: 10px;