style: removed p-0 from discussion setting page
This commit is contained in:
@@ -86,7 +86,7 @@ function DiscussionsSettings({ courseId, intl }) {
|
||||
<Stepper activeKey={currentStep}>
|
||||
<FullscreenModal
|
||||
className="bg-light-200"
|
||||
modalBodyClassName="px-sm-4 p-0"
|
||||
modalBodyClassName="px-sm-4"
|
||||
title={intl.formatMessage(messages.configure)}
|
||||
onClose={handleClose}
|
||||
isOpen
|
||||
|
||||
Reference in New Issue
Block a user