MOBILE-3320 rte: Fix styles

main
Noel De Martin 2021-06-28 17:45:57 +02:00
parent 8028899ae3
commit 03abc8e178
1 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;
cursor: text; cursor: text;
img { ::ng-deep img {
@include padding(null, null, null, 2px); @include padding(null, null, null, 2px);
max-width: 95%; max-width: 95%;
width: auto; width: auto;
@ -78,7 +78,7 @@
} }
// Make empty elements selectable (to move the cursor). // Make empty elements selectable (to move the cursor).
*:empty:after { ::ng-deep *:empty:after {
content: '\200B'; content: '\200B';
} }
} }