Fix oveflowing RTE content [SCI-8916]

This commit is contained in:
Martin Artnik 2023-07-25 11:29:46 +02:00
parent abd1ef55e5
commit 96be284a98
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;