From fadf1a1a04c0f8200c64c7b20a2b0a6c0a29bcb5 Mon Sep 17 00:00:00 2001 From: Joel Jeremy Marquez Date: Tue, 5 Dec 2023 13:13:26 -0800 Subject: [PATCH] Make link schedule rule wrap on smaller screens --- .../desktop-client/src/components/modals/EditRule.js | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/packages/desktop-client/src/components/modals/EditRule.js b/packages/desktop-client/src/components/modals/EditRule.js index 1af0c6e29c7..79019347296 100644 --- a/packages/desktop-client/src/components/modals/EditRule.js +++ b/packages/desktop-client/src/components/modals/EditRule.js @@ -271,7 +271,7 @@ function ScheduleDescription({ id }) { return ( - + - - Amount: {formatAmount(schedule._amount)} - + Amount: {formatAmount(schedule._amount)} - - Next: {monthUtils.format(schedule.next_date, dateFormat)} - + Next: {monthUtils.format(schedule.next_date, dateFormat)}