mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 18:52:07 +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 {
|
&.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 {
|
||||||
|
|
Loading…
Reference in a new issue