mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-31 19:17:48 +00:00 
			
		
		
		
	fix: Increase font size for canned response list item (#6380)
This commit is contained in:
		 Nithin David Thomas
					Nithin David Thomas
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							5cce04da78
						
					
				
				
					commit
					c9667190f6
				
			| @@ -8,7 +8,6 @@ | ||||
|         @mouseover="onHover(index)" | ||||
|       > | ||||
|         <woot-button | ||||
|           size="small" | ||||
|           class="canned-item__button" | ||||
|           :variant="index === selectedIndex ? '' : 'clear'" | ||||
|           :class="{ active: index === selectedIndex }" | ||||
| @@ -107,6 +106,8 @@ export default { | ||||
|  | ||||
|   .button { | ||||
|     transition: none; | ||||
|     height: var(--space-large); | ||||
|     line-height: 1.4; | ||||
|   } | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user