From 5c318c6237f2eddfdaba7dd2b224f3ecd257eb5d Mon Sep 17 00:00:00 2001 From: Adrian Baumgart Date: Fri, 26 Jul 2024 23:09:02 +0200 Subject: [PATCH] added back spacing (some weird bug) --- lib/views/short_url_edit_view.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/views/short_url_edit_view.dart b/lib/views/short_url_edit_view.dart index 87d9d13..58b43ff 100644 --- a/lib/views/short_url_edit_view.dart +++ b/lib/views/short_url_edit_view.dart @@ -314,6 +314,7 @@ class _ShortURLEditViewState extends State ], )), child: Wrap( + runSpacing: 8, spacing: 8, children: tags.map((tag) { var boxColor = stringToColor(tag)