mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-25 17:24:51 +08:00
Hide new column button in modal
This commit is contained in:
parent
fc29641c2b
commit
42df748f87
1 changed files with 9 additions and 1 deletions
|
@ -189,5 +189,13 @@
|
||||||
.repo-columns-list>.editable:hover>.column-type {
|
.repo-columns-list>.editable:hover>.column-type {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal-footer {
|
||||||
|
min-height: 61px;
|
||||||
|
|
||||||
|
#new-repo-column-modal {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue