Skip to content

Commit

Permalink
refactor(TripReadonlyPane): Tweak margins
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-dam-ibigroup committed Dec 23, 2024
1 parent 109e961 commit 55ed3b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const TripReadOnlyPane = ({
)

return (
<Alert bsStyle="warning" style={{ marginTop: '-30px' }}>
<Alert bsStyle="warning" style={{ margin: '-30px 0' }}>
<FormattedMessage
id="components.SavedTripEditor.readOnlyBanner"
values={{ creator }}
Expand Down

0 comments on commit 55ed3b7

Please sign in to comment.