Merge pull request #4702 from aignatov-bio/ai-sci-7581-fix-long-protocol-name-in-task-flyout

Fix long protocol name in task protocol flyout [SCI-7581]
This commit is contained in:
aignatov-bio 2022-12-12 11:09:52 +01:00 committed by GitHub
commit d596746893
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -432,6 +432,8 @@
.protocol-name {
color: $color-black;
margin-top: 0;
overflow: hidden;
text-overflow: ellipsis;
}
.protocol-header-info {