Skip to content

Commit 8727c0a

Browse files
committed
remove !important from other css areas to resolve linting warnings. No negative side effects noted.
1 parent 87df3dc commit 8727c0a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/frontend/src/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
/* Tight title/description pairing in standard page headers */
3838
.bcds-page-header__title-block .bcds-react-aria-Heading,
3939
.bcds-page-header__title-block .bcds-react-aria-Text {
40-
margin: 0 !important;
40+
margin: 0;
4141
}
4242

4343
.bcds-page-header__meta {

apps/frontend/src/ui/bcds-upload-panel.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919

2020
.bcds-upload-panel__intro .bcds-react-aria-Text {
21-
margin: 0 !important;
21+
margin: 0;
2222
}
2323

2424
.bcds-upload-panel__actions {

0 commit comments

Comments
 (0)