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 af215e7 commit 380b47eCopy full SHA for 380b47e
client/packages/lowcoder/src/comps/generators/uiCompBuilder.tsx
@@ -282,7 +282,7 @@ function UIView(props: {
282
: restrictPaddingOnRotationVal === 'fileViewer'
283
? rotationVal !== '' && rotationVal !== '0deg'?'65% 0px':'0px'
284
: restrictPaddingOnRotationVal === 'controlButton'
285
- ? rotationVal !== '' && rotationVal !== '0deg'?'50% 0px':'0px'
+ ? rotationVal !== '' && rotationVal !== '0deg'?'10% 0px':'0px'
286
: restrictPaddingOnRotationVal === 'video'
287
? rotationVal !== '' && rotationVal !== '0deg'?'26% 0px':'0px'
288
: '0px' // Both rotation and box-shadow are empty or restricted
0 commit comments