Commit 89df354

derdilla <derdilla06@gmail.com>
2023-05-30 11:44:34
make row height increase with height of contents
1 parent 43e832d
Changed files (1)
lib
lib/components/measurement_list.dart
@@ -195,8 +195,10 @@ class MeasurementList extends StatelessWidget {
                                           child: Icon(Icons.delete)
                                       ),
                                     ),
-                                    child: SizedBox(
-                                      height: 40,
+                                    child: Container(
+                                      constraints: const BoxConstraints(
+                                        minHeight: 40
+                                      ),
                                       child: Row(
                                           children: [
                                             Expanded(