diff --git a/flutter/lib/desktop/pages/server_page.dart b/flutter/lib/desktop/pages/server_page.dart index b959f9ac4..5e3bbc98f 100644 --- a/flutter/lib/desktop/pages/server_page.dart +++ b/flutter/lib/desktop/pages/server_page.dart @@ -472,10 +472,11 @@ class _PrivilegeBoardState extends State<_PrivilegeBoard> { child: Column( mainAxisAlignment: MainAxisAlignment.spaceAround, children: [ - Icon( - iconData, - size: 30.0, - color: Colors.white, + Expanded( + child: Icon( + iconData, + color: Colors.white, + ), ), Text( enabled ? "ON" : "OFF",