Fixed missing archived column in experiment table [SCI-5866]

This commit is contained in:
Martin Artnik 2021-07-02 16:10:35 +02:00
parent 0e813791fe
commit 1c98d7cdd2

View file

@ -339,7 +339,7 @@
&.list { &.list {
.card.experiment-card { .card.experiment-card {
.archived-date-cell { .archived-date-cell {
grid-column: 5; grid-column: 6;
} }
.description-cell { .description-cell {
.description-text::before { .description-text::before {