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:
sboursen-scinote 2023-08-23 18:18:37 +02:00
parent 9f23fe557a
commit 51d491dc0a
2 changed files with 5 additions and 0 deletions

View file

@ -1407,6 +1407,10 @@ th.custom-field .modal-tooltiptext {
.parse-records-table {
max-height: 200px;
select {
max-width: 8rem;
}
}
a.disabled {

View file

@ -257,6 +257,7 @@
flex-direction: column !important;
.restore-draft-notification {
background-color: var(--sn-super-light-blue);
flex-basis: 30px;
}
}