mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-02 18:04:29 +08:00
Merge pull request #6061 from sboursen-scinote/sb_SCI-9093
Fix multiple issues for August release [SCI-9093]
This commit is contained in:
commit
9a38cbe578
2 changed files with 5 additions and 0 deletions
|
@ -1407,6 +1407,10 @@ th.custom-field .modal-tooltiptext {
|
||||||
|
|
||||||
.parse-records-table {
|
.parse-records-table {
|
||||||
max-height: 200px;
|
max-height: 200px;
|
||||||
|
|
||||||
|
select {
|
||||||
|
max-width: 8rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a.disabled {
|
a.disabled {
|
||||||
|
|
|
@ -257,6 +257,7 @@
|
||||||
flex-direction: column !important;
|
flex-direction: column !important;
|
||||||
|
|
||||||
.restore-draft-notification {
|
.restore-draft-notification {
|
||||||
|
background-color: var(--sn-super-light-blue);
|
||||||
flex-basis: 30px;
|
flex-basis: 30px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue