mirror of
https://github.com/immich-app/immich.git
synced 2025-11-20 21:02:34 +09:00
fix: word wrapping on action buttons (#20231)
This commit is contained in:
@@ -65,6 +65,7 @@ class BaseActionButton extends StatelessWidget {
|
||||
),
|
||||
maxLines: 3,
|
||||
textAlign: TextAlign.center,
|
||||
softWrap: true,
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user