Skip to content

Commit 96c148b

Browse files
gtryusGreg Trihus
andauthored
TT-7026 Add margin-left auto to PassageDetailGrids for improved layout (#190)
Co-authored-by: Greg Trihus <gtryus@gmail.com>
1 parent f3dd616 commit 96c148b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/renderer/src/routes/PassageDetail.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ const PassageDetailGrids = () => {
235235
minWidth: 0,
236236
flexShrink: 1,
237237
whiteSpace: 'nowrap',
238+
ml: 'auto',
238239
}}
239240
size={{ xs: 'auto' }}
240241
>

0 commit comments

Comments
 (0)