Skip to content

Commit

Permalink
Merge pull request #2506 from Creaticide/fix/OS-2641
Browse files Browse the repository at this point in the history
Indicator collapse styling.
  • Loading branch information
ZakarFin authored Nov 13, 2023
2 parents eae151e + 112c10b commit 540206b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ const Row = styled('div')`
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
word-break: break-all;
`;
const Actions = styled('div')`
display: flex;
flex-direction: row;
margin-left: 10px;
`;
const RemoveButton = styled(IconButton)`
margin-right: 10px;
Expand Down

0 comments on commit 540206b

Please sign in to comment.