mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
27 lines
359 B
CSS
27 lines
359 B
CSS
|
.uplot {
|
||
|
.u-legend {
|
||
|
text-align: left;
|
||
|
margin-left: 25px;
|
||
|
|
||
|
.u-marker {
|
||
|
margin-right: 8px;
|
||
|
height: 0.8em;
|
||
|
width: 0.8em;
|
||
|
}
|
||
|
|
||
|
th {
|
||
|
font-weight: 500;
|
||
|
font-size: var(--mantine-font-size-xs);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.u-inline tr {
|
||
|
display: block;
|
||
|
/* display: table;
|
||
|
|
||
|
* {
|
||
|
display: table-cell;
|
||
|
} */
|
||
|
}
|
||
|
}
|