Merge pull request #2881 from NoelDeMartin/MOBILE-3320

MOBILE-3320: Fix styles
main
Pau Ferrer Ocaña 2021-07-08 10:59:46 +02:00 committed by GitHub
commit 9fc89af260
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -16,12 +16,11 @@ body.dark core-format-text {
}
core-format-text {
display: contents;
display: block;
.core-format-text-loader {
opacity: 0;
@include core-transition(opacity, 200ms);
display: contents;
}
&.core-format-text-loading {
@ -32,7 +31,6 @@ core-format-text {
background-color: rgba(0,0,0,.1);
overflow: hidden;
border-radius: 5px;
display: block;
.core-format-text-loader {
position: absolute;
@ -68,7 +66,6 @@ core-format-text {
&[maxHeight],
&[ng-reflect-max-height] {
display: block;
position: relative;
width: 100%;
overflow: hidden;
@ -294,6 +291,7 @@ core-rich-text-editor .core-rte-editor {
p {
margin-bottom: 1rem;
margin-block-start: 0;
}
.no-overflow {