Skip to content

Commit

Permalink
[front] fix: collapse arrow was not aligned to the right
Browse files Browse the repository at this point in the history
  • Loading branch information
GresilleSiffle committed Dec 5, 2023
1 parent b87c328 commit 8e4ebda
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/features/entity_context/EntityContextBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,10 @@ const EntityContextList = ({
<Alert
id="entity-context"
severity={entityHasWarnings ? 'warning' : 'info'}
sx={alertSx}
sx={{
'.MuiAlert-message': { width: '100%' },
...alertSx,
}}
>
<Box display="flex" justifyContent="space-between">
<AlertTitle>
Expand Down

0 comments on commit 8e4ebda

Please sign in to comment.