You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	Desktop: Fix white space in the bottom of Add Tag Prompt dialog (#5998)
This commit is contained in:
		| @@ -56,7 +56,7 @@ class PromptDialog extends React.Component { | ||||
| 			top: 0, | ||||
| 			left: 0, | ||||
| 			width: width, | ||||
| 			height: height - paddingTop, | ||||
| 			height: height, | ||||
| 			backgroundColor: 'rgba(0,0,0,0.6)', | ||||
| 			display: visible ? 'flex' : 'none', | ||||
| 			alignItems: 'flex-start', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user