File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ function FormPage() {
142142 < Grid item xs = { 12 } >
143143 < Item className = "projectPage-search" >
144144
145- < label style = { { color : 'orange' , fontSize : '1.2rem' } } > Select up to three services you are interested in:
145+ < label style = { { width : "100%" , color : 'orange' , fontSize : '1.2rem' } } > Select up to three services you are interested in:
146146 < input style = { { width : '100%' } } list = "services" name = "Service" data-aos = "fade-left"
147147 data-aos-duration = "1000"
148148 className = { classes . search } /> </ label >
@@ -168,7 +168,7 @@ function FormPage() {
168168 < Grid item xs = { 12 } >
169169 < Item className = "projectPage-search" >
170170
171- < label style = { { color : 'orange' , fontSize : '1.2rem' } } >
171+ < label style = { { width : "100%" , color : 'orange' , fontSize : '1.2rem' } } >
172172 < input style = { { width : '100%' } } list = "services" name = "Service" data-aos = "fade-left"
173173 data-aos-duration = "1000"
174174 className = { classes . search } /> </ label >
@@ -194,7 +194,7 @@ function FormPage() {
194194 < Grid item xs = { 12 } >
195195 < Item className = "projectPage-search" >
196196
197- < label style = { { color : 'orange' , fontSize : '1.2rem' } } >
197+ < label style = { { width : "100%" , color : 'orange' , fontSize : '1.2rem' } } >
198198 < input style = { { width : '100%' } } w-full list = "services" name = "Service" data-aos = "fade-left"
199199 data-aos-duration = "1000"
200200 className = { classes . search } /> </ label >
You can’t perform that action at this time.
0 commit comments