@@ -252,42 +252,42 @@ export default {
252252 color: var (-- color- text- maxcontrast);
253253 }
254254
255- #rich- workspace:: v - deep (div [contenteditable = false ]){
255+ #rich- workspace: deep (div [contenteditable = false ]){
256256 width: 100 % ;
257257 padding: 0px ;
258258 background- color: var (-- color- main- background);
259259 opacity: 1 ;
260260 border: none;
261261 }
262262
263- #rich- workspace:: v - deep (.text - editor ) {
263+ #rich- workspace: deep (.text - editor ) {
264264 height: 100 % ;
265265 position: unset ! important;
266266 top: auto ! important;
267267 }
268268
269- #rich- workspace:: v - deep (.text - editor__wrapper ) {
269+ #rich- workspace: deep (.text - editor__wrapper ) {
270270 position: unset ! important;
271271 overflow: visible;
272272 }
273273
274- #rich- workspace:: v - deep (.text - editor__main ) {
274+ #rich- workspace: deep (.text - editor__main ) {
275275 overflow: visible ! important;
276276 }
277277
278- #rich- workspace:: v - deep (.content - wrapper ) {
278+ #rich- workspace: deep (.content - wrapper ) {
279279 overflow: scroll ! important;
280280 max- height: calc (40vh - 50px );
281281 padding- left: 10px ;
282282 padding- bottom: 60px ; /* ensure menububble fits below */
283283 }
284284
285- #rich- workspace:: v - deep (.text - editor__wrapper .ProseMirror ) {
285+ #rich- workspace: deep (.text - editor__wrapper .ProseMirror ) {
286286 padding: 0px ;
287287 margin: 0 ;
288288 }
289289
290- #rich- workspace:: v - deep (.editor__content ) {
290+ #rich- workspace: deep (.editor__content ) {
291291 margin: 0 ;
292292 }
293293
@@ -324,7 +324,7 @@ export default {
324324 }
325325
326326 html .ie {
327- #rich- workspace:: v - deep {
327+ #rich- workspace: deep () {
328328 .text - editor {
329329 position: initial;
330330 }
0 commit comments