Skip to content

Commit 380b47e

Browse files
committed
padding updated
1 parent af215e7 commit 380b47e

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
@@ -282,7 +282,7 @@ function UIView(props: {
282282
: restrictPaddingOnRotationVal === 'fileViewer'
283283
? rotationVal !== '' && rotationVal !== '0deg'?'65% 0px':'0px'
284284
: restrictPaddingOnRotationVal === 'controlButton'
285-
? rotationVal !== '' && rotationVal !== '0deg'?'50% 0px':'0px'
285+
? rotationVal !== '' && rotationVal !== '0deg'?'10% 0px':'0px'
286286
: restrictPaddingOnRotationVal === 'video'
287287
? rotationVal !== '' && rotationVal !== '0deg'?'26% 0px':'0px'
288288
: '0px' // Both rotation and box-shadow are empty or restricted

0 commit comments

Comments
 (0)