Skip to content

Commit

Permalink
fix: Add padding to the announcement (#3474)
Browse files Browse the repository at this point in the history
  • Loading branch information
novakzaballa authored Feb 28, 2024
1 parent b68d47c commit e5f29a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/web/components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ const App = class extends Component {
/>
)}
{user && showBanner && (
<Row>
<Row className={'px-3'}>
<InfoMessage
title={announcementValue.title}
infoMessageClass={'announcement'}
Expand Down

0 comments on commit e5f29a1

Please sign in to comment.