mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 13:51:20 +08:00
Update popup_menu.dart
This commit is contained in:
@ -49,7 +49,7 @@ class ADPopupMenu<T> extends StatelessWidget {
|
||||
value ?? "",
|
||||
style: kTextStylePopupMenuItem,
|
||||
softWrap: false,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
overflow: TextOverflow.clip,
|
||||
),
|
||||
),
|
||||
const Icon(
|
||||
|
Reference in New Issue
Block a user