Skip to content

Commit f1ef6f5

Browse files
committed
padding updated
1 parent 15b4b84 commit f1ef6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/comps/generators/uiCompBuilder.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ function UIView(props: {
264264
boxShadowVal === undefined ||
265265
boxShadowVal === '0px')
266266
? restrictPaddingOnRotationVal === 'qrCode'
267-
? rotationVal !== '' && rotationVal !== '0deg'?'50% 0px':'0px'
267+
? rotationVal !== '' && rotationVal !== '0deg'?'35% 0px':'0px'
268268
: restrictPaddingOnRotationVal === 'image'
269269
? rotationVal !== '' && rotationVal !== '0deg'?'10% 0px':'0px'
270270
: restrictPaddingOnRotationVal === 'imageCarousel'

0 commit comments

Comments
 (0)