signoz/frontend/src/container/FormAlertRules/RuleOptions.styles.scss
Yunus M 2180118094
feat: anomaly detection UI (#5916)
* feat: anamoly detection - initial ui

* feat: anamoly detection - oct 10

* feat: use antd checkbox

* feat: handle multiple series

* feat: handle chart height on switch btwn threshold / anomaly

* feat: do not update url on detection type change

* chore: pr clean up

* feat: remove chart container background
2024-10-14 10:31:02 +05:30

7 lines
88 B
SCSS

.rule-definition {
display: flex;
flex-wrap: wrap;
gap: 8px;
align-items: center;
}