As soon as I add `verticalAlignment Center` to the...
# compose
f
As soon as I add
verticalAlignment Center
to the
Row
(which is needed to align the "min" text in the middle), the content part of the
AlertDialog
moves under the title. Why is that and how can I avoid it?