mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
12 lines
225 B
CSS
12 lines
225 B
CSS
.chartWrapper {
|
|
border: 1px solid
|
|
light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-5));
|
|
border-radius: var(--mantine-radius-default);
|
|
}
|
|
|
|
.uplotChart {
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 15px;
|
|
}
|