mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-24 21:24:05 -08:00
Don't wrap Prometheus logo + brand line
Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
parent
85735d58dd
commit
6999e8063f
|
@ -34,5 +34,7 @@
|
|||
/* Font used for autocompletion item icons. */
|
||||
@font-face {
|
||||
font-family: "codicon";
|
||||
src: local("codicon"), url(./fonts/codicon.ttf) format("truetype");
|
||||
src:
|
||||
local("codicon"),
|
||||
url(./fonts/codicon.ttf) format("truetype");
|
||||
}
|
||||
|
|
|
@ -321,7 +321,7 @@ function App() {
|
|||
to="/"
|
||||
style={{ textDecoration: "none", color: "white" }}
|
||||
>
|
||||
<Group gap={10}>
|
||||
<Group gap={10} wrap="nowrap">
|
||||
<img src={PrometheusLogo} height={30} />
|
||||
<Text fz={20}>Prometheus{agentMode && " Agent"}</Text>
|
||||
</Group>
|
||||
|
|
Loading…
Reference in a new issue