Improve minimal textarea size.
This commit is contained in:
		
							parent
							
								
									bd8fd363f8
								
							
						
					
					
						commit
						de4018af83
					
				
					 2 changed files with 7 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
{
 | 
			
		||||
	"version": "1.2.3",
 | 
			
		||||
	"version": "1.2.4",
 | 
			
		||||
	"name": "@kernelui/core",
 | 
			
		||||
	"description": "Kernel UI Core.",
 | 
			
		||||
	"scripts": {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -25,3 +25,9 @@ input, textarea, select
 | 
			
		|||
		opacity: 1;
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
textarea
 | 
			
		||||
{
 | 
			
		||||
	min-height: 2.5em;
 | 
			
		||||
	resize: vertical;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue