Skip to content

Commit 4ee4bd6

Browse files
author
Hwashiang Yu
committed
MC-3948: Sync with slider wysiwyg implementation
- Fixed style static failures
1 parent fb5fa8c commit 4ee4bd6

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@
7272
border: 0;
7373
margin: 2px 0;
7474
min-height: 50px;
75-
width: 100%;
7675
padding: 5px;
7776
resize: none;
77+
width: 100%;
7878

7979
&:focus {
80-
resize: vertical;
8180
box-shadow: 0 0 0 1px @color-gray80;
81+
resize: vertical;
8282
}
8383
}
8484
}

0 commit comments

Comments
 (0)