prevent overflow in plugin test notifications

This commit is contained in:
Jake McDermott 2019-03-27 12:39:41 -04:00
parent 8b35ac89fc
commit 8c107a5fa8
No known key found for this signature in database
GPG Key ID: 9A6F084352C3A0B7

View File

@ -2262,6 +2262,7 @@ body {
.Toast-wrapper {
display: flex;
max-width: 250px;
word-break: break-word;
}
.Toast-icon {