mirror of
https://github.com/rainloreley/shlink-manager.git
synced 2025-04-19 06:29:38 +02: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…
x
Reference in New Issue
Block a user