From fb34b413857b0f77a4c160e8f5b9a1d7a8eceb70 Mon Sep 17 00:00:00 2001 From: Valentin CZERYBA Date: Sun, 20 Oct 2024 11:46:51 +0200 Subject: [PATCH] direction vertical --- covas_mobile/lib/pages/ItemMenu.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/covas_mobile/lib/pages/ItemMenu.dart b/covas_mobile/lib/pages/ItemMenu.dart index c7ba670..3406264 100644 --- a/covas_mobile/lib/pages/ItemMenu.dart +++ b/covas_mobile/lib/pages/ItemMenu.dart @@ -293,6 +293,7 @@ class _ItemMenuState extends State with ShowErrorDialog { child: Wrap( runSpacing: 4.0, spacing: 4.0, + direction: Axis.vertical, children: tags.map((String tag) { return Container( decoration: const BoxDecoration(