4.6.2 fix songdetails_controls loop icon spacing

This commit is contained in:
Trevor Squillario 2015-08-23 00:41:24 -04:00
parent ba9b3d23b4
commit 3b84b7cdc1
2 changed files with 6 additions and 2 deletions

View file

@ -4,6 +4,7 @@
display: block;
}
.icon-wrap {
margin: 4px 2px;
margin-left: 2px;
margin-right: 2px;
float: left;
}

View file

@ -62,5 +62,8 @@
"node_modules"
],
"private": true,
"appPath": "app"
"appPath": "app",
"resolutions": {
"angular": "~1.4.1"
}
}