MOBILE-3320 rte: Fix styles
parent
8028899ae3
commit
03abc8e178
|
@ -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';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue