mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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