diff --git a/src/views/admin/footer.tpl b/src/views/admin/footer.tpl
index 54312e423f..00c307ba55 100644
--- a/src/views/admin/footer.tpl
+++ b/src/views/admin/footer.tpl
@@ -7,7 +7,7 @@
 		<div component="toaster/tray" class="alert-window fixed-bottom mb-5 mb-md-2 me-2 me-md-5 ms-auto" style="width:300px; z-index: 1090;">
 			<div id="reconnect-alert" class="alert alert-dismissible alert-warning fade hide" component="toaster/toast">
 				<button type="button" class="btn-close" data-bs-dismiss="alert" aria-hidden="true"></button>
-				<p>[[global:reconnecting-message, {config.siteTitle}]]</p>
+				<p class="mb-0">[[global:reconnecting-message, {config.siteTitle}]]</p>
 			</div>
 		</div>
 	</div>
diff --git a/src/views/partials/reconnect-alert.tpl b/src/views/partials/reconnect-alert.tpl
index 343cf90beb..90ab679fde 100644
--- a/src/views/partials/reconnect-alert.tpl
+++ b/src/views/partials/reconnect-alert.tpl
@@ -1,4 +1,4 @@
 <div id="reconnect-alert" class="alert alert-dismissible alert-warning fade hide" component="toaster/toast">
 	<button type="button" class="btn-close" data-bs-dismiss="alert" aria-hidden="true"></button>
-	<p>[[global:reconnecting-message, {config.siteTitle}]]</p>
+	<p class="mb-0">[[global:reconnecting-message, {config.siteTitle}]]</p>
 </div>
\ No newline at end of file