Skip to content

Commit 6d33baf

Browse files
author
Ives van Hoorne
committed
Fix wrapping of icon and title in embed
1 parent fdb2f5a commit 6d33baf

File tree

1 file changed

+2
-0
lines changed
  • packages/app/src/embed/components

1 file changed

+2
-0
lines changed

packages/app/src/embed/components/File.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ type Props = {
1717
alternative?: boolean,
1818
};
1919
const LeftOffset = styled.div`
20+
display: flex;
21+
flex-wrap: nowrap;
2022
padding-left: ${props => props.depth}rem;
2123
`;
2224

0 commit comments

Comments
 (0)