mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-12 22:37:27 -08:00
Make Status menu wide enough for new icon size
Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
parent
dee41028f7
commit
121d92209d
|
@ -191,7 +191,7 @@ function App() {
|
||||||
</Button>
|
</Button>
|
||||||
))}
|
))}
|
||||||
|
|
||||||
<Menu shadow="md" width={230}>
|
<Menu shadow="md" width={240}>
|
||||||
<Routes>
|
<Routes>
|
||||||
{allStatusPages.map((p) => (
|
{allStatusPages.map((p) => (
|
||||||
<Route
|
<Route
|
||||||
|
|
Loading…
Reference in a new issue