From dd5a0523dcb5052275b149e66f0d4ef54376ec77 Mon Sep 17 00:00:00 2001 From: Matt DiMeglio Date: Tue, 12 Aug 2025 15:00:26 -0400 Subject: [PATCH] Adjust incident styles Removed 'justifyContent: space-between' from the row container and updated the text container to use flex: 1, alignItems: 'flex-start', padding, and maxWidth for improved layout and text alignment. --- app/incidents.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/incidents.jsx b/app/incidents.jsx index 579a2bb..4c773dc 100644 --- a/app/incidents.jsx +++ b/app/incidents.jsx @@ -167,7 +167,7 @@ export default function Incidents() { ) : null} - + - + {locationName ? (