diff --git a/client/common/directives/ModelField/ModelField.js b/client/common/directives/ModelField/ModelField.js index f82e7d63..47c8198b 100644 --- a/client/common/directives/ModelField/ModelField.js +++ b/client/common/directives/ModelField/ModelField.js @@ -161,10 +161,12 @@ angular.module('dashboard.directives.ModelField', [ ngOptions = 'text in display.options'; } template = '\ -
\ - \ +
\ +
\ + \
{{ display.description }}
\ -
'; +
\ +
'; break; case 'slider': template = '\ diff --git a/client/css/main.styl b/client/css/main.styl index ee37b631..ae4afcfd 100644 --- a/client/css/main.styl +++ b/client/css/main.styl @@ -30,3 +30,6 @@ a:hover .no-script-warning padding: 10px text-align: center +.radio + margin-top: 0px + margin-bottom: 0px \ No newline at end of file