Skip to content

Commit ab24e7c

Browse files
committed
fix: remove unused class and padding
1 parent cab000a commit ab24e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library-authoring/import-course/CourseImportHomePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const CourseImportHomePage = () => {
5858
size: undefined,
5959
}}
6060
/>
61-
<Container className="px-0 mt-4 mb-5 library-authoring-page">
61+
<Container className="mt-4 mb-5">
6262
<div className="px-4 bg-light-200 border-bottom">
6363
<SubHeader
6464
title={intl.formatMessage(messages.pageTitle)}

0 commit comments

Comments
 (0)