mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Revert back to normal font for recording rule titles
Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
parent
7e0cba568e
commit
306d357635
|
@ -141,16 +141,7 @@ export default function RulesPage() {
|
||||||
<IconTimeline size={15} />
|
<IconTimeline size={15} />
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
)}
|
)}
|
||||||
<Text
|
<Text>{r.name}</Text>
|
||||||
ff={
|
|
||||||
r.type === "recording"
|
|
||||||
? '"DejaVu Sans Mono", monospace'
|
|
||||||
: undefined
|
|
||||||
}
|
|
||||||
fz={r.type === "recording" ? "sm" : "md"}
|
|
||||||
>
|
|
||||||
{r.name}
|
|
||||||
</Text>
|
|
||||||
</Group>
|
</Group>
|
||||||
<Group gap="xs">
|
<Group gap="xs">
|
||||||
<Group gap="xs" wrap="wrap">
|
<Group gap="xs" wrap="wrap">
|
||||||
|
|
Loading…
Reference in a new issue