Skip to content

Commit 8870e86

Browse files
disable width override for button
1 parent 739184e commit 8870e86

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

  • packages/builder-web-core/widgets-native/html-button

packages/builder-web-core/widgets-native/html-button/index.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -179,17 +179,6 @@ export class HtmlButton extends Container implements IButtonStyleButton {
179179
],
180180
};
181181
}
182-
183-
get finalStyle() {
184-
const superstyl = super.finalStyle;
185-
186-
// width override. ------------------------------------------------------------------------------------------
187-
return {
188-
...superstyl,
189-
width: undefined,
190-
};
191-
// ----------------------------------------------------------------------------------------------------------
192-
}
193182
}
194183

195184
const _button_hover_style: CSSProperties = {

0 commit comments

Comments
 (0)