mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 03:35:25 +08:00
Fix multiple issues for August release [SCI-9093]
- Restore draft background color is missing in RTE - Shorten the Import item modal dropdown field
This commit is contained in:
parent
9f23fe557a
commit
51d491dc0a
2 changed files with 5 additions and 0 deletions
|
@ -1407,6 +1407,10 @@ th.custom-field .modal-tooltiptext {
|
|||
|
||||
.parse-records-table {
|
||||
max-height: 200px;
|
||||
|
||||
select {
|
||||
max-width: 8rem;
|
||||
}
|
||||
}
|
||||
|
||||
a.disabled {
|
||||
|
|
|
@ -257,6 +257,7 @@
|
|||
flex-direction: column !important;
|
||||
|
||||
.restore-draft-notification {
|
||||
background-color: var(--sn-super-light-blue);
|
||||
flex-basis: 30px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue