Fix long task names for view only tasks [SCI-8573] (#5522)

This commit is contained in:
ajugo 2023-05-31 09:38:39 +02:00 committed by GitHub
parent d3006c9862
commit 2c84b072a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,10 +18,17 @@
width: calc(100% + 3rem);
.my_module-name {
display: flex;
min-width: 5rem;
width: 100%;
}
}
.name-readonly-placeholder {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
.content-pane.my-modules-protocols-index {