diff --git a/lib/widgets/request_pane.dart b/lib/widgets/request_pane.dart index 95871d53..09ebd0a3 100644 --- a/lib/widgets/request_pane.dart +++ b/lib/widgets/request_pane.dart @@ -63,13 +63,16 @@ class _RequestPaneState extends State widget.codePaneVisible ? Icons.code_off_rounded : Icons.code_rounded, + size: 18, ), label: SizedBox( - width: 75, + width: 80, child: Text( widget.codePaneVisible ? kLabelHideCode : kLabelViewCode, + overflow: TextOverflow.ellipsis, + maxLines: 1, ), ), ),