Update JackServerSettingsDialog.tsx
Allowed the device selector row in JackServerSettingsDialog to wrap items with a small gap so input and output dropdowns no longer collide
This commit is contained in:
@@ -528,7 +528,7 @@ const JackServerSettingsDialog = withStyles(
|
||||
|
||||
>
|
||||
<DialogContent>
|
||||
<div style={{ display: "flex", alignItems: "center" }}>
|
||||
<div style={{ display: "flex", alignItems: "center", flexWrap: "wrap", gap: 8 }}>
|
||||
{/* Audio Input Device */}
|
||||
<FormControl className={classes.formControl}>
|
||||
<InputLabel htmlFor="jsd_inputDevice">{this.state.useSameDevice ? "Device" : "Input Device"}</InputLabel>
|
||||
|
||||
Reference in New Issue
Block a user