mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2026-01-06 08:14:27 +08:00
Fixed missing archived column in experiment table [SCI-5866]
This commit is contained in:
parent
0e813791fe
commit
1c98d7cdd2
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@
|
|||
&.list {
|
||||
.card.experiment-card {
|
||||
.archived-date-cell {
|
||||
grid-column: 5;
|
||||
grid-column: 6;
|
||||
}
|
||||
.description-cell {
|
||||
.description-text::before {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue