Skip to content

Commit 5a1bede

Browse files
committed
css updated
1 parent 180e77a commit 5a1bede

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/packages/lowcoder/src/comps/comps/selectInputComp/stepControl.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ let StepControlBasicComp = (function () {
112112
font-size: ${props.style.textSize};
113113
text-transform: ${props.style.textTransform};
114114
margin: ${props.style.margin};
115+
rotate: ${props.style.rotation};
115116
padding: ${props.style.padding};
116117
background-color: ${props.style.background};
117118
border: ${props.style.borderWidth} solid ${props.style.border};

0 commit comments

Comments
 (0)