Fix long protocol name in task protocol flyout [SCI-7581]

This commit is contained in:
Anton 2022-12-09 12:48:37 +01:00
parent 08b9ec24f0
commit de35386f29

View file

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