mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: workspace names align issue (#4993)
This commit is contained in:
@ -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
|
||||||
? ''
|
? ''
|
||||||
|
Reference in New Issue
Block a user