mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-23 23:35:00 +08:00
Merge pull request #6028 from aignatov-bio/ai-sci-8536-fix-long-task-names
Fix long task names [SCI-8536]
This commit is contained in:
commit
58eaaf98b9
1 changed files with 1 additions and 2 deletions
|
@ -149,7 +149,7 @@
|
|||
.experiment-table {
|
||||
display: grid;
|
||||
grid-auto-rows: 3em 1px;
|
||||
grid-template-columns: max-content repeat(calc(var(--columns-count)), minmax(max-content, auto)) max-content;
|
||||
grid-template-columns: max-content repeat(calc(var(--columns-count)), minmax(100px, auto)) max-content;
|
||||
min-width: 100%;
|
||||
|
||||
.table-header-cell {
|
||||
|
@ -518,7 +518,6 @@
|
|||
|
||||
.task_name-column {
|
||||
a {
|
||||
max-width: 320px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
-webkit-box-orient: vertical;
|
||||
|
|
Loading…
Reference in a new issue