Fix Width (#2587)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									29a6c70fc3
								
							
						
					
					
						commit
						fd73a4ac92
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1424,7 +1424,7 @@ const EventTypePage = (props: inferSSRProps<typeof getServerSideProps>) => { | |||
|                                         <div className="inline-flex"> | ||||
|                                           <input | ||||
|                                             type="number" | ||||
|                                             className="block w-12 rounded-sm border-gray-300 shadow-sm [appearance:textfield] ltr:mr-2 rtl:ml-2 sm:text-sm" | ||||
|                                             className="block w-16 rounded-sm border-gray-300 shadow-sm [appearance:textfield] ltr:mr-2 rtl:ml-2 sm:text-sm" | ||||
|                                             placeholder="30" | ||||
|                                             {...formMethods.register("periodDays", { valueAsNumber: true })} | ||||
|                                             defaultValue={eventType.periodDays || 30} | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 sean-brydon
						sean-brydon