Skip to content

Commit f695722

Browse files
committed
MC-3897: Make button item focused on drop
- fix static test failure
1 parent d41d022 commit f695722

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
@@ -77,13 +77,13 @@
7777
border: 0;
7878
margin: 2px 0;
7979
min-height: 50px;
80-
width: 100%;
8180
padding: 5px;
8281
resize: none;
82+
width: 100%;
8383

8484
&:focus {
85-
resize: vertical;
8685
box-shadow: 0 0 0 1px @color-gray80;
86+
resize: vertical;
8787
}
8888
}
8989
}

0 commit comments

Comments
 (0)