diff --git a/app/controllers/controller.js b/app/controllers/controller.js index 9389104..1a47e2a 100644 --- a/app/controllers/controller.js +++ b/app/controllers/controller.js @@ -1,4 +1,4 @@ -angular.module("umbraco").controller("Imulus.ArchetypeController", function ($scope, $http, $interpolate, assetsService, angularHelper, notificationsService) { +angular.module("umbraco").controller("Imulus.ArchetypeController", function ($scope, $http, assetsService, angularHelper, notificationsService) { //$scope.model.value = ""; diff --git a/app/less/archetype.less b/app/less/archetype.less index c07f7de..0a8082e 100644 --- a/app/less/archetype.less +++ b/app/less/archetype.less @@ -46,6 +46,9 @@ width: 80%; margin-bottom: 0; padding: 0; + span { + display: inline-block; + } } }