Height didn't matched (#2216)
This commit is contained in:
		
							parent
							
								
									a8e137a55c
								
							
						
					
					
						commit
						94b210329b
					
				
					 1 changed files with 10 additions and 11 deletions
				
			
		|  | @ -373,17 +373,16 @@ export const EventTypeList = ({ group, readOnly, types }: EventTypeListProps): J | |||
|                       </DropdownMenuItem> | ||||
|                     ) : null} | ||||
|                     <DropdownMenuItem> | ||||
|                       <Link href={"/event-types/" + type.id} passHref={true}> | ||||
|                         <Button | ||||
|                           type="button" | ||||
|                           size="sm" | ||||
|                           color="minimal" | ||||
|                           className="w-full rounded-none" | ||||
|                           StartIcon={PencilIcon}> | ||||
|                           {" "} | ||||
|                           {t("edit")} | ||||
|                         </Button> | ||||
|                       </Link> | ||||
|                       <Button | ||||
|                         type="button" | ||||
|                         size="sm" | ||||
|                         href={"/event-types/" + type.id} | ||||
|                         color="minimal" | ||||
|                         className="w-full rounded-none" | ||||
|                         StartIcon={PencilIcon}> | ||||
|                         {" "} | ||||
|                         {t("edit")} | ||||
|                       </Button> | ||||
|                     </DropdownMenuItem> | ||||
|                     <DropdownMenuItem> | ||||
|                       <Button | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Leo Giovanetti
						Leo Giovanetti