mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 07:52:25 -05:00 
			
		
		
		
	[bugfix/frontend] Break word on profile field names and values (#2551)
This commit is contained in:
		
					parent
					
						
							
								7f6b37ea4d
							
						
					
				
			
			
				commit
				
					
						bc51ec7d1b
					
				
			
		
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -244,6 +244,10 @@ | ||||||
| 			flex-direction: column; | 			flex-direction: column; | ||||||
| 			border-bottom: 0.1rem solid $gray2; | 			border-bottom: 0.1rem solid $gray2; | ||||||
| 
 | 
 | ||||||
|  | 			> dt, > dd { | ||||||
|  | 				word-break: break-word; | ||||||
|  | 			} | ||||||
|  | 
 | ||||||
| 			&:first-child { | 			&:first-child { | ||||||
| 				border-top: 0.1rem solid $gray2; | 				border-top: 0.1rem solid $gray2; | ||||||
| 			} | 			} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue