mirror of
				https://github.com/AppFlowy-IO/AppFlowy.git
				synced 2025-11-03 19:43:52 +00:00 
			
		
		
		
	fix: workspace names align issue (#4993)
This commit is contained in:
		
							parent
							
								
									6e5b346f25
								
							
						
					
					
						commit
						bf98a627b9
					
				@ -49,7 +49,6 @@ class _WorkspaceIconState extends State<WorkspaceIcon> {
 | 
				
			|||||||
              ),
 | 
					              ),
 | 
				
			||||||
              borderRadius: BorderRadius.circular(4),
 | 
					              borderRadius: BorderRadius.circular(4),
 | 
				
			||||||
            ),
 | 
					            ),
 | 
				
			||||||
            margin: const EdgeInsets.all(2),
 | 
					 | 
				
			||||||
            child: FlowyText(
 | 
					            child: FlowyText(
 | 
				
			||||||
              widget.workspace.name.isEmpty
 | 
					              widget.workspace.name.isEmpty
 | 
				
			||||||
                  ? ''
 | 
					                  ? ''
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user