Browse Source

Make sure that alert element table headers are not wrapped

Signed-off-by: Julius Volz <julius.volz@gmail.com>
pull/14907/head
Julius Volz 2 months ago
parent
commit
0757fbbecc
  1. 2
      web/ui/mantine-ui/src/pages/AlertsPage.tsx

2
web/ui/mantine-ui/src/pages/AlertsPage.tsx

@ -326,7 +326,7 @@ export default function AlertsPage() {
{r.rule.alerts.length > 0 && (
<Table mt="lg">
<Table.Thead>
<Table.Tr>
<Table.Tr style={{whiteSpace: "nowrap"}}>
<Table.Th>Alert labels</Table.Th>
<Table.Th>State</Table.Th>
<Table.Th>Active Since</Table.Th>

Loading…
Cancel
Save