forked from lavender/watch-party
		
	Fix chat message overflow wrapping
This commit is contained in:
		
							parent
							
								
									051516fef6
								
							
						
					
					
						commit
						bece6a5d44
					
				
					 3 changed files with 6 additions and 2 deletions
				
			
		|  | @ -3,7 +3,7 @@ | |||
|   <head> | ||||
|     <meta charset="utf-8" /> | ||||
|     <title>watch party :D</title> | ||||
|     <link rel="stylesheet" href="/styles.css?v=3" /> | ||||
|     <link rel="stylesheet" href="/styles.css?v=4" /> | ||||
|   </head> | ||||
| 
 | ||||
|   <body> | ||||
|  |  | |||
|  | @ -3,7 +3,7 @@ | |||
|   <head> | ||||
|     <meta charset="utf-8" /> | ||||
|     <title>watch party :D</title> | ||||
|     <link rel="stylesheet" href="/styles.css?v=3" /> | ||||
|     <link rel="stylesheet" href="/styles.css?v=4" /> | ||||
|   </head> | ||||
| 
 | ||||
|   <body> | ||||
|  |  | |||
|  | @ -129,6 +129,10 @@ button.small-button { | |||
|   display: none; | ||||
| } | ||||
| 
 | ||||
| .chat-message { | ||||
|   overflow-wrap: break-word; | ||||
| } | ||||
| 
 | ||||
| .chat-message > strong { | ||||
|   color: rgb(126, 208, 255); | ||||
| } | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue