major refactor of the dashboard and react-openapi integration #1
@@ -148,7 +148,8 @@ export default function HistoryChartView(props: ViewProps) {
|
|||||||
display: "flex",
|
display: "flex",
|
||||||
flexDirection: "column",
|
flexDirection: "column",
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
cursor: "pointer"
|
cursor: "pointer",
|
||||||
|
height: "100%"
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Box sx={{ display: "flex", alignItems: "flex-end", gap: 1, height: "100%" }}>
|
<Box sx={{ display: "flex", alignItems: "flex-end", gap: 1, height: "100%" }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user