mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 04:19:50 +00:00
ui: maxLines: 1 on bottom menu (#2173)
This commit is contained in:
parent
063edded3d
commit
ea27a39e50
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ class ActionButton extends StatelessWidget {
|
|||
SizedBox(height: 4),
|
||||
Text(
|
||||
title,
|
||||
maxLines: 1,
|
||||
overflow: TextOverflow.visible,
|
||||
style: TextStyle(
|
||||
fontSize: 9,
|
||||
color: textColor ??
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue