mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	style(next): add a gap between consecutive radios / check boxes
This commit is contained in:
		| @@ -428,6 +428,12 @@ optgroup { | |||||||
|         user-select: none; |         user-select: none; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|  |     /* Add a gap between consecutive radios / check boxes */ | ||||||
|  |     label.tn-radio + label.tn-radio, | ||||||
|  |     label.tn-checkbox + label.tn-checkbox { | ||||||
|  |         margin-left: 12px; | ||||||
|  |     } | ||||||
|  |  | ||||||
|     /* The original input */ |     /* The original input */ | ||||||
|     label.tn-radio > input[type="radio"], |     label.tn-radio > input[type="radio"], | ||||||
|     label.tn-checkbox > input[type="checkbox"] { |     label.tn-checkbox > input[type="checkbox"] { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user