mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 05:02:50 +08:00
Merge pull request #5856 from artoscinote/ma_SCI_8916
Fix oveflowing RTE content [SCI-8916]
This commit is contained in:
commit
70b2830dfd
3 changed files with 9 additions and 0 deletions
|
@ -419,6 +419,7 @@
|
|||
|
||||
.task-notes-content {
|
||||
margin-left: 10px;
|
||||
overflow-x: scroll;
|
||||
|
||||
.form-group.has-error {
|
||||
border: 1px solid $brand-danger;
|
||||
|
|
|
@ -72,6 +72,10 @@
|
|||
margin-left: 4.25em !important;
|
||||
}
|
||||
|
||||
.ql-editor {
|
||||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
.result-icon {
|
||||
@include font-main;
|
||||
background: $color-concrete;
|
||||
|
|
|
@ -268,6 +268,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
#protocol-description-container {
|
||||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
.delete-steps-modal {
|
||||
.btn {
|
||||
float: initial;
|
||||
|
|
Loading…
Reference in a new issue