mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 12:12:55 +00:00 
			
		
		
		
	Fix MessagesComponent word breaking
This commit is contained in:
		@@ -155,7 +155,7 @@ $layouts: (
 | 
			
		||||
@mixin word-break() {
 | 
			
		||||
  /* For Firefox */
 | 
			
		||||
  white-space: pre-wrap;
 | 
			
		||||
  word-break: break-all;
 | 
			
		||||
  word-break: break-word;
 | 
			
		||||
  /* For Chrome and IE */
 | 
			
		||||
  word-wrap: break-word;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user