|
|
@@ -19,28 +19,28 @@ class MarkdownSetting extends React.Component {
|
|
|
<React.Fragment>
|
|
|
{/* Line Break Setting */}
|
|
|
<div className="row mb-5">
|
|
|
- <h2 className="border-bottom w-100">{ t('markdown_setting.line_break_setting') }</h2>
|
|
|
+ <h2 className="border-bottom col-12">{ t('markdown_setting.line_break_setting') }</h2>
|
|
|
{/* <div className="well w-100">{ t('markdown_setting.line_break_setting_desc') }</div> */}
|
|
|
- <Card className="well w-100">
|
|
|
- <CardBody className="py-3">{ t('markdown_setting.line_break_setting_desc') }</CardBody>
|
|
|
+ <Card className="well col-12">
|
|
|
+ <CardBody className="px-2 py-3">{ t('markdown_setting.line_break_setting_desc') }</CardBody>
|
|
|
</Card>
|
|
|
<LineBreakForm />
|
|
|
</div>
|
|
|
|
|
|
{/* Presentation Setting */}
|
|
|
<div className="row mb-5">
|
|
|
- <h2 className="border-bottom w-100">{ t('markdown_setting.presentation_setting') }</h2>
|
|
|
- <Card className="well w-100">
|
|
|
- <CardBody className="py-3">{ t('markdown_setting.presentation_setting_desc') }</CardBody>
|
|
|
+ <h2 className="border-bottom col-12">{ t('markdown_setting.presentation_setting') }</h2>
|
|
|
+ <Card className="well col-12">
|
|
|
+ <CardBody className="px-2 py-3">{ t('markdown_setting.presentation_setting_desc') }</CardBody>
|
|
|
</Card>
|
|
|
<PresentationForm />
|
|
|
</div>
|
|
|
|
|
|
{/* XSS Setting */}
|
|
|
<div className="row mb-5">
|
|
|
- <h2 className="border-bottom w-100">{ t('markdown_setting.XSS_setting') }</h2>
|
|
|
- <Card className="well w-100">
|
|
|
- <CardBody className="py-3">{ t('markdown_setting.XSS_setting_desc') }</CardBody>
|
|
|
+ <h2 className="border-bottom col-12">{ t('markdown_setting.XSS_setting') }</h2>
|
|
|
+ <Card className="well col-12">
|
|
|
+ <CardBody className="px-2 py-3">{ t('markdown_setting.XSS_setting_desc') }</CardBody>
|
|
|
</Card>
|
|
|
<XssForm />
|
|
|
</div>
|