adujest the width of instrument selection section
This commit is contained in:
parent
bca4f17c8f
commit
39be8f2955
|
|
@ -682,7 +682,7 @@ function JKEditProfile() {
|
|||
musicInstruments.map((musicInstrument, index) => {
|
||||
return (
|
||||
<Row key={musicInstrument.id} className="mb-1">
|
||||
<Col md={4}>
|
||||
<Col md={5}>
|
||||
<Input
|
||||
onChange={e => {
|
||||
handleInstrumentSelect(e, musicInstrument);
|
||||
|
|
@ -695,7 +695,7 @@ function JKEditProfile() {
|
|||
{musicInstrument.description}
|
||||
</Label>
|
||||
</Col>
|
||||
<Col md={3}>
|
||||
<Col md={7}>
|
||||
<Select
|
||||
value={
|
||||
musicInstrument.checked
|
||||
|
|
|
|||
Loading…
Reference in New Issue