We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd92685 commit 5914be1Copy full SHA for 5914be1
app/code/Magento/PageBuilder/view/frontend/web/js/content-type/buttons/appearance/inline/widget.js
@@ -14,6 +14,7 @@ define([
14
*/
15
var equalizeButtonWidth = function (buttonList) {
16
var buttonMinWidth = 0;
17
+
18
buttonList.css('min-width', buttonMinWidth);
19
buttonList.each(function () {
20
var buttonWidth = this.offsetWidth;
@@ -30,7 +31,7 @@ define([
30
31
32
if ($element.data('sameWidth')) {
33
equalizeButtonWidth($element.find('[data-element="link"]'));
- $( window ).resize(function() {
34
+ $(window).resize(function () {
35
36
});
37
}
0 commit comments