diff --git a/app/editor/components/Styles.ts b/app/editor/components/Styles.ts index 06ae1b774..4e39917dd 100644 --- a/app/editor/components/Styles.ts +++ b/app/editor/components/Styles.ts @@ -403,7 +403,9 @@ const EditorStyles = styled.div<{ padding: 0; &.collapsed { - transform: rotate(${(props) => (props.rtl ? "90deg" : "-90deg")}); + svg { + transform: rotate(${(props) => (props.rtl ? "90deg" : "-90deg")}); + } transition-delay: 0.1s; opacity: 1; }