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 739184e commit 8870e86Copy full SHA for 8870e86
1 file changed
packages/builder-web-core/widgets-native/html-button/index.ts
@@ -179,17 +179,6 @@ export class HtmlButton extends Container implements IButtonStyleButton {
179
],
180
};
181
}
182
-
183
- get finalStyle() {
184
- const superstyl = super.finalStyle;
185
186
- // width override. ------------------------------------------------------------------------------------------
187
- return {
188
- ...superstyl,
189
- width: undefined,
190
- };
191
- // ----------------------------------------------------------------------------------------------------------
192
- }
193
194
195
const _button_hover_style: CSSProperties = {
0 commit comments