Fix position/width of language dropdown (#3757)

This commit is contained in:
Kelrap 2025-08-15 13:43:37 -04:00 committed by GitHub
parent 4dcc4e6d13
commit a67a4fe325
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -147,8 +147,8 @@ class SpaceAnalyticsView extends StatelessWidget {
),
),
dropdownStyleData: const DropdownStyleData(
offset: Offset(-50, 0),
width: 150,
offset: Offset(-160, 0),
width: 250,
),
),
),