style adjustments

This commit is contained in:
gingervitis
2021-02-14 19:04:38 -08:00
parent 220c48432f
commit 6d83992ff0
3 changed files with 6 additions and 3 deletions

View File

@@ -17,12 +17,12 @@ export default function ConfigVideoSettings() {
</p>
<Row gutter={16}>
<Col lg={12}>
<Col xl={12}>
<div className="form-module variants-table-module">
<VideoVariantsTable />
</div>
</Col>
<Col lg={12}>
<Col xl={12}>
<div className="form-module latency-module">
<VideoLatency />
</div>