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.
1 parent 15b4b84 commit f1ef6f5Copy full SHA for f1ef6f5
client/packages/lowcoder/src/comps/generators/uiCompBuilder.tsx
@@ -264,7 +264,7 @@ function UIView(props: {
264
boxShadowVal === undefined ||
265
boxShadowVal === '0px')
266
? restrictPaddingOnRotationVal === 'qrCode'
267
- ? rotationVal !== '' && rotationVal !== '0deg'?'50% 0px':'0px'
+ ? rotationVal !== '' && rotationVal !== '0deg'?'35% 0px':'0px'
268
: restrictPaddingOnRotationVal === 'image'
269
? rotationVal !== '' && rotationVal !== '0deg'?'10% 0px':'0px'
270
: restrictPaddingOnRotationVal === 'imageCarousel'
0 commit comments