mirror of
https://github.com/rainloreley/shlink-manager.git
synced 2024-11-21 17:33:03 +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(
|
child: Wrap(
|
||||||
|
runSpacing: 8,
|
||||||
spacing: 8,
|
spacing: 8,
|
||||||
children: tags.map((tag) {
|
children: tags.map((tag) {
|
||||||
var boxColor = stringToColor(tag)
|
var boxColor = stringToColor(tag)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user