Change margin on text in settings modal

This commit is contained in:
Henry Whitaker
2020-08-15 16:26:24 +01:00
parent 49a0f9087e
commit 603c306107
2 changed files with 2 additions and 2 deletions

View File

@@ -253,7 +253,7 @@ export default class SettingWithModal extends Component {
<div key={e.obj.id}>
<Row>
<Col md={md} sm={sm}>
<p>{name}</p>
<p className="mb-0">{name}</p>
</Col>
{e.description == null &&
<Col md={md} sm={sm}>