Skip to content

Commit ce4d7e3

Browse files
authored
fix: align items in StatusContent for better layout (#6560)
1 parent 1714fb9 commit ce4d7e3

File tree

1 file changed

+1
-0
lines changed
  • apps/cowswap-frontend/src/modules/ordersTable/pure/OrderStatusBox

1 file changed

+1
-0
lines changed

apps/cowswap-frontend/src/modules/ordersTable/pure/OrderStatusBox/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ const Wrapper = styled.div<{
8484

8585
const StatusContent = styled.div`
8686
display: flex;
87+
align-items: center;
8788
gap: 4px;
8889
hyphens: auto;
8990
line-height: 1.1;

0 commit comments

Comments
 (0)