fix: user bio width when booking a team member (#1264)
This commit is contained in:
		
							parent
							
								
									6792e17c80
								
							
						
					
					
						commit
						b11d81fdd2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -45,7 +45,7 @@ const Team = ({ team }) => { | |||
|             <Avatar displayName={member.user.name} imageSrc={member.user.avatar} className="w-12 h-12" /> | ||||
|             <section className="space-y-2"> | ||||
|               <Text variant="title">{member.user.name}</Text> | ||||
|               <Text variant="subtitle" className="w-6/8"> | ||||
|               <Text variant="subtitle" className="w-6/8 max-w-md"> | ||||
|                 {member.user.bio} | ||||
|               </Text> | ||||
|             </section> | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Bill Gale
						Bill Gale