mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +00:00
fix: word wrapping on action buttons (#20231)
This commit is contained in:
parent
03a13828e1
commit
c63f805cb4
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ class BaseActionButton extends StatelessWidget {
|
||||||
),
|
),
|
||||||
maxLines: 3,
|
maxLines: 3,
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
|
softWrap: true,
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue