Skip to content

Commit

Permalink
Remove stylelint disable
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacqary committed Jan 10, 2025
1 parent 366896a commit fd856f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/response-ops/rule_form/src/rule_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
container: ruleForm / inline-size;
}

/* TODO: Remove stylelint disable once we upgrade stylelint past 14.12.0 */
/* https://github.com/stylelint/stylelint/issues/6304 */
@container (max-width: 768px) { /* stylelint-disable-line */
@container (max-width: 768px) {
.euiDescribedFormGroup {
flex-direction: column;
}
Expand Down

0 comments on commit fd856f3

Please sign in to comment.