mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 05:32:26 +08:00
fixes
This commit is contained in:
@ -135,7 +135,7 @@ class ViewCodePane extends StatelessWidget {
|
||||
child: Column(
|
||||
children: [
|
||||
SizedBox(
|
||||
height: constraints.maxWidth > 340 ? kHeaderHeight : kTabHeight,
|
||||
height: kHeaderHeight,
|
||||
child: Row(
|
||||
children: [
|
||||
Expanded(
|
||||
|
@ -182,6 +182,8 @@ class DropdownButtonCodegenLanguage extends StatelessWidget {
|
||||
child: Text(
|
||||
value.label,
|
||||
style: kTextStyleButton,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
maxLines: 1,
|
||||
),
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user