added back spacing (some weird bug)

This commit is contained in:
Adrian Baumgart 2024-07-26 23:09:02 +02:00
parent d33f5757c9
commit 5c318c6237
No known key found for this signature in database

View File

@ -314,6 +314,7 @@ class _ShortURLEditViewState extends State<ShortURLEditView>
], ],
)), )),
child: Wrap( child: Wrap(
runSpacing: 8,
spacing: 8, spacing: 8,
children: tags.map((tag) { children: tags.map((tag) {
var boxColor = stringToColor(tag) var boxColor = stringToColor(tag)