mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-29 00:14:41 +08:00
Merge pull request #4756 from aignatov-bio/ai-sci-7646-fix-archived-tasks-logn-experiment-name
Fix long experiment name on archived tasks card view [SCI-7646]
This commit is contained in:
commit
78299b64f4
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
#canvas-container,
|
||||
#module-archive {
|
||||
.experimnet-name {
|
||||
max-width: calc(100% - 300px);
|
||||
}
|
||||
|
||||
.panel-heading {
|
||||
padding: 10px 15px 4px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue