mirror of
https://github.com/rainloreley/shlink-manager.git
synced 2024-11-21 09:33:01 +01:00
added back spacing (some weird bug)
This commit is contained in:
parent
d33f5757c9
commit
5c318c6237
|
@ -314,6 +314,7 @@ class _ShortURLEditViewState extends State<ShortURLEditView>
|
|||
],
|
||||
)),
|
||||
child: Wrap(
|
||||
runSpacing: 8,
|
||||
spacing: 8,
|
||||
children: tags.map((tag) {
|
||||
var boxColor = stringToColor(tag)
|
||||
|
|
Loading…
Reference in New Issue
Block a user