You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	Desktop, Mobile: Fixed vertical alignment of checkboxes
This commit is contained in:
		| @@ -21,10 +21,20 @@ function pluginAssets(theme: any) { | ||||
| 					list-style-type: none; | ||||
| 				} | ||||
|  | ||||
| 				li.md-checkbox .checkbox-wrapper { | ||||
| 					display: flex; | ||||
| 					flex-direction: row; | ||||
| 				} | ||||
|  | ||||
| 				li.md-checkbox input[type=checkbox] { | ||||
| 					display: flex; | ||||
| 					margin-left: -1.71em; | ||||
| 					margin-right: 0.7em; | ||||
| 				} | ||||
|  | ||||
| 				li.md-checkbox label { | ||||
| 					display: flex; | ||||
| 				} | ||||
| 				 | ||||
| 				ul.joplin-checklist { | ||||
| 					list-style:none; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user