fix: Minor design fixes
This commit is contained in:
parent
d71cb9bdc4
commit
0b44f52937
2 changed files with 2 additions and 8 deletions
|
|
@ -283,7 +283,7 @@ class _ButtonContent extends StatelessWidget {
|
|||
),
|
||||
onPressed: onPressed,
|
||||
icon: icon,
|
||||
label: Text(label),
|
||||
label: Text(label, overflow: TextOverflow.ellipsis),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue