Fix position/width of language dropdown (#3757)
This commit is contained in:
parent
4dcc4e6d13
commit
a67a4fe325
1 changed files with 2 additions and 2 deletions
|
|
@ -147,8 +147,8 @@ class SpaceAnalyticsView extends StatelessWidget {
|
|||
),
|
||||
),
|
||||
dropdownStyleData: const DropdownStyleData(
|
||||
offset: Offset(-50, 0),
|
||||
width: 150,
|
||||
offset: Offset(-160, 0),
|
||||
width: 250,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue