adujest the width of instrument selection section

This commit is contained in:
Nuwan 2024-08-16 21:49:44 +05:30
parent bca4f17c8f
commit 39be8f2955
1 changed files with 2 additions and 2 deletions

View File

@ -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