Merge pull request #5856 from artoscinote/ma_SCI_8916

Fix oveflowing RTE content [SCI-8916]
This commit is contained in:
artoscinote 2023-07-25 12:49:25 +02:00 committed by GitHub
commit 70b2830dfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View file

@ -419,6 +419,7 @@
.task-notes-content {
margin-left: 10px;
overflow-x: scroll;
.form-group.has-error {
border: 1px solid $brand-danger;

View file

@ -72,6 +72,10 @@
margin-left: 4.25em !important;
}
.ql-editor {
overflow-x: scroll;
}
.result-icon {
@include font-main;
background: $color-concrete;

View file

@ -268,6 +268,10 @@
}
}
#protocol-description-container {
overflow-x: scroll;
}
.delete-steps-modal {
.btn {
float: initial;