Fix position/width of language dropdown (#3757)

pull/2245/head
Kelrap 3 months ago committed by GitHub
parent 4dcc4e6d13
commit a67a4fe325
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save