Merge pull request #4500 from 21pages/fix_cm_overflow
fix cm permission icon overflow
This commit is contained in:
commit
92b46737c6
1 changed files with 5 additions and 4 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue