From f6ac4e52b9c3c0457aef3e096d82dbef5c64a53c Mon Sep 17 00:00:00 2001 From: Kyle Johnson Date: Thu, 6 Jun 2024 11:15:07 +0100 Subject: [PATCH] fix: announcement width (#4122) --- frontend/web/components/App.js | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/frontend/web/components/App.js b/frontend/web/components/App.js index e05d37556f93..c35417700218 100644 --- a/frontend/web/components/App.js +++ b/frontend/web/components/App.js @@ -381,21 +381,23 @@ const App = class extends Component { /> )} {user && showBanner && ( - - - this.closeAnnouncement(announcementValue.id) - } - buttonText={announcementValue.buttonText} - url={announcementValue.url} - > -
-
{announcementValue.description}
-
-
-
+
+
+ + this.closeAnnouncement(announcementValue.id) + } + buttonText={announcementValue.buttonText} + url={announcementValue.url} + > +
+
{announcementValue.description}
+
+
+
+
)} {this.props.children}