Skip to content

Commit f581481

Browse files
MC-3882: Inline Textarea Stretches Outside Parent Column If Slider Is In Small Column
1 parent 7af690d commit f581481

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
border: 0;
7474
margin: 2px 0;
7575
min-height: 50px;
76-
min-width: 100%;
76+
width: 100%;
7777
padding: 5px;
7878
resize: none;
7979

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
border: 0;
4747
margin: 2px 0;
4848
min-height: 50px;
49-
min-width: 100%;
49+
width: 100%;
5050
padding: 5px;
5151
resize: none;
5252

0 commit comments

Comments
 (0)