mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-18 15:59:39 +08:00
Fix long task names for view only tasks [SCI-8573] (#5522)
This commit is contained in:
parent
d3006c9862
commit
2c84b072a3
1 changed files with 7 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue