Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 8ad4436 + c532736 commit 2493dc7Copy full SHA for 2493dc7
‎client/packages/lowcoder/src/comps/comps/buttonComp/buttonCompConstants.tsx
@@ -47,7 +47,7 @@ export function getButtonStyle(buttonStyle: ButtonStyleType) {
47
48
export const Button100 = styled(Button)<{ $buttonStyle?: ButtonStyleType }>`
49
${(props) => props.$buttonStyle && getButtonStyle(props.$buttonStyle)}
50
- width: -webkit-fill-available;
+ width: 100%;
51
height: auto;
52
display: inline-flex;
53
justify-content: center;
0 commit comments