Improve RTF responsiveness [SCI-5795] (#3813)

Co-authored-by: Anton <anton@scinote.net>
This commit is contained in:
aignatov-bio 2022-02-01 14:38:09 +01:00 committed by GitHub
parent 51b515fcee
commit 8c8c4344d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,6 +83,9 @@
.notification-text {
flex-grow: 1;
max-width: 75%;
overflow: hidden;
text-overflow: ellipsis;
}
.restore-draft-btn {