Skip to content

Commit 470f6c1

Browse files
committed
MC-3908: Dragging a text content block into the stage causes global styles to be changed and fonts to flash
- Fix static failures
1 parent 52eaf0b commit 470f6c1

File tree

1 file changed

+7
-7
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/text

1 file changed

+7
-7
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/text/_default.less

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141
}
4242
}
4343

44-
.inline-wysiwyg-textarea {
45-
border: 0;
46-
margin: 2px 0;
47-
min-height: 50px;
48-
width: 100%;
49-
padding: 5px;
50-
resize: none;
44+
.inline-wysiwyg-textarea {
45+
border: 0;
46+
margin: 2px 0;
47+
min-height: 50px;
48+
padding: 5px;
49+
resize: none;
50+
width: 100%;
5151

5252
&:focus {
5353
resize: vertical;

0 commit comments

Comments
 (0)