diff --git a/ui/src/Components/MainModal/Help.tsx b/ui/src/Components/MainModal/Help.tsx
index ef89734d9..51531ec80 100644
--- a/ui/src/Components/MainModal/Help.tsx
+++ b/ui/src/Components/MainModal/Help.tsx
@@ -34,7 +34,7 @@ const QueryHelp: FC<{
}> = ({ title, operators, warning, children }) => (
<>
{title}
-
+
Supported operators:{" "}
{operators.map((op) => (
@@ -44,7 +44,7 @@ const QueryHelp: FC<{
))}
{warning ? (
-
+
{warning}
diff --git a/ui/src/Components/MainModal/__snapshots__/Help.test.tsx.snap b/ui/src/Components/MainModal/__snapshots__/Help.test.tsx.snap
index a36142259..352841fd7 100644
--- a/ui/src/Components/MainModal/__snapshots__/Help.test.tsx.snap
+++ b/ui/src/Components/MainModal/__snapshots__/Help.test.tsx.snap
@@ -158,7 +158,7 @@ exports[`
matches snapshot 1`] = `
Match alerts based on any label
-
+
Supported operators:
@@ -316,7 +316,7 @@ exports[` matches snapshot 1`] = `
Match alerts based on the Alertmanager instance name they were collected from
-
+
Supported operators:
@@ -383,7 +383,7 @@ exports[` matches snapshot 1`] = `
Match alerts based on the Alertmanager cluster name
-
+
Supported operators:
@@ -450,7 +450,7 @@ exports[` matches snapshot 1`] = `
Match alerts based on the receiver name
-
+
Supported operators:
@@ -509,7 +509,7 @@ exports[` matches snapshot 1`] = `
Match alerts based on the state
-
+
Supported operators:
@@ -568,7 +568,7 @@ exports[` matches snapshot 1`] = `
Match alerts based on the Alertmanager alert fingerprint
-
+
Supported operators:
@@ -615,7 +615,7 @@ exports[` matches snapshot 1`] = `
Match suppressed alerts based on the silence ID
-
+
Supported operators:
@@ -662,7 +662,7 @@ exports[` matches snapshot 1`] = `
Match alerts based on the author of silence
-
+
Supported operators:
@@ -729,7 +729,7 @@ exports[` matches snapshot 1`] = `
Match alerts based on the ticket IDs detected in the silence comment
-
+
Supported operators:
@@ -745,7 +745,7 @@ exports[` matches snapshot 1`] = `
!~
-
+
matches snapshot 1`] = `
Limit number of displayed alerts
-
+
Supported operators:
=
-
+
matches snapshot 1`] = `
Match alerts based on creation timestamp
-
+
Supported operators:
diff --git a/ui/src/Styles/RebootlessBootstrap.scss b/ui/src/Styles/RebootlessBootstrap.scss
index 6c2964eb1..14207617b 100644
--- a/ui/src/Styles/RebootlessBootstrap.scss
+++ b/ui/src/Styles/RebootlessBootstrap.scss
@@ -21,7 +21,7 @@
//@import "bootstrap/scss/breadcrumb";
@import "bootstrap/scss/pagination";
@import "bootstrap/scss/badge";
-//@import "bootstrap/scss/alert";
+@import "bootstrap/scss/alert";
@import "bootstrap/scss/progress";
@import "bootstrap/scss/list-group";
@import "bootstrap/scss/close";