Skip to content

Commit

Permalink
fix(web): layer style editor condition item can't resize properly wit…
Browse files Browse the repository at this point in the history
…h a selector (#1267)
  • Loading branch information
airslice authored Nov 21, 2024
1 parent b7f98f9 commit 045742a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,8 @@ const ConditionWrapper = styled("div")(({ theme }) => ({
flexDirection: "column",
gap: theme.spacing.smallest,
alignItems: "flex-start",
flex: 1
flex: 1,
minWidth: 0
}));

const ConditionStatement = styled("div")(({ theme }) => ({
Expand Down

0 comments on commit 045742a

Please sign in to comment.