From 35174ff2d54ff8e17c0933d68d985f7288f9d6f2 Mon Sep 17 00:00:00 2001 From: canove Date: Wed, 29 Jul 2020 16:56:32 -0300 Subject: [PATCH] improvement(style): no wrap in tickets list action --- frontend/src/components/TicketsList/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/TicketsList/index.js b/frontend/src/components/TicketsList/index.js index 846ade6..6697b16 100644 --- a/frontend/src/components/TicketsList/index.js +++ b/frontend/src/components/TicketsList/index.js @@ -104,6 +104,7 @@ const useStyles = makeStyles(theme => ({ }, ticketsListActions: { + flex: "none", marginLeft: "auto", },