mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-21 21:33:08 +01:00
Change margin on text in settings modal
This commit is contained in:
2
public/js/app.js
vendored
2
public/js/app.js
vendored
File diff suppressed because one or more lines are too long
@@ -253,7 +253,7 @@ export default class SettingWithModal extends Component {
|
|||||||
<div key={e.obj.id}>
|
<div key={e.obj.id}>
|
||||||
<Row>
|
<Row>
|
||||||
<Col md={md} sm={sm}>
|
<Col md={md} sm={sm}>
|
||||||
<p>{name}</p>
|
<p className="mb-0">{name}</p>
|
||||||
</Col>
|
</Col>
|
||||||
{e.description == null &&
|
{e.description == null &&
|
||||||
<Col md={md} sm={sm}>
|
<Col md={md} sm={sm}>
|
||||||
|
|||||||
Reference in New Issue
Block a user