mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-22 01:46:39 +00:00
20 lines
262 B
SCSS
20 lines
262 B
SCSS
.metrics-qb {
|
|
display: flex;
|
|
flex-direction: row;
|
|
gap: 8px;
|
|
|
|
border-bottom: 1px solid var(--Slate-400, #1d212d);
|
|
|
|
.query-v2 {
|
|
.qb-entity-options {
|
|
.options {
|
|
.query-name {
|
|
&::before {
|
|
height: 306px !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|