]> git.proxmox.com Git - flutter/pve_flutter_frontend.git/commitdiff
storage card: restrict content types to 1 line
authorTim Marx <t.marx@proxmox.com>
Thu, 3 Sep 2020 10:14:33 +0000 (12:14 +0200)
committerTim Marx <t.marx@proxmox.com>
Thu, 3 Sep 2020 10:14:33 +0000 (12:14 +0200)
Signed-off-by: Tim Marx <t.marx@proxmox.com>
lib/widgets/pve_file_selector_widget.dart

index 41c8bac6bba691bfc927c9db7029100e5a87bcc5..7aa1d01de889bff27256e690b1e3e593f352ec2b 100644 (file)
@@ -294,6 +294,7 @@ class PveStorageCard extends StatelessWidget {
                           color: isSelected ? Colors.white54 : Colors.black54,
                           fontWeight: FontWeight.bold,
                         ),
+                        maxLines: 1,
                       ),
                       if (storage.active)
                         Expanded(