diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index e7aa00335..bdcfd30e4 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -1407,6 +1407,10 @@ th.custom-field .modal-tooltiptext { .parse-records-table { max-height: 200px; + + select { + max-width: 8rem; + } } a.disabled { diff --git a/app/assets/stylesheets/tiny_mce.scss b/app/assets/stylesheets/tiny_mce.scss index b894e335d..147a439a0 100644 --- a/app/assets/stylesheets/tiny_mce.scss +++ b/app/assets/stylesheets/tiny_mce.scss @@ -257,6 +257,7 @@ flex-direction: column !important; .restore-draft-notification { + background-color: var(--sn-super-light-blue); flex-basis: 30px; } }