mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 13:44:05 -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>
|
||||
))}
|
||||
|
||||
<Menu shadow="md" width={230}>
|
||||
<Menu shadow="md" width={240}>
|
||||
<Routes>
|
||||
{allStatusPages.map((p) => (
|
||||
<Route
|
||||
|
|
Loading…
Reference in a new issue