Merge pull request #6061 from sboursen-scinote/sb_SCI-9093

Fix multiple issues for August release [SCI-9093]
This commit is contained in:
ajugo 2023-08-24 08:45:52 +02:00 committed by GitHub
commit 9a38cbe578
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
}
}