mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 02:04:33 +08:00
Merge pull request #3417 from artoscinote/ma_SCI_5866
Fixed missing archived column in experiment table [SCI-5866]
This commit is contained in:
commit
677d937e45
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…
Reference in a new issue