Skip to content

Commit 63eaae0

Browse files
committed
Support::CrateReportForm: Remove unnecessary composes declaration
This prepares for the migration to ember-scoped-css, which does not support `composes`.
1 parent 5768ff8 commit 63eaae0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/components/support/crate-report-form.module.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@
4343
}
4444

4545
.buttons {
46-
composes: buttons from '../../styles/settings/tokens/new.module.css';
46+
position: relative;
47+
margin: var(--space-m) 0;
48+
display: flex;
49+
flex-wrap: wrap;
4750
justify-content: end;
4851
gap: 2rem;
4952
}

0 commit comments

Comments
 (0)