Skip to content

Commit 775b7a1

Browse files
committed
CLear prettify changes
1 parent a40765a commit 775b7a1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

client/packages/lowcoder-design/src/components/Dropdown.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,8 @@ const FlexDiv = styled.div`
124124

125125
const LabelWrapper = styled.div<{ $placement: ControlPlacement }>`
126126
flex-shrink: 0;
127-
width: ${(props) =>
128-
props.$placement === "right" ? "96px" : props.$placement === "bottom" ? "112px" : "136px"};
129-
`;
127+
width: ${(props) => props.$placement === "right" ? "96px" : props.$placement === "bottom" ? "112px" : "136px"};
128+
`;
130129

131130
export type OptionType = {
132131
readonly label: ReactNode;

0 commit comments

Comments
 (0)