Permalink
Browse files

Fix styles for step 2

  • Loading branch information...
akariv committed Jun 6, 2016
1 parent 421bf33 commit 2a2a02f21f4410c57389f0fca42ce5afe936680f
Showing with 4 additions and 1 deletion.
  1. +3 −0 app/front/styles/styles.less
  2. +1 −1 app/views/partials/steps/describe-data.html
@@ -413,6 +413,9 @@ td.x-strong-highlight {
& > div {
padding: 5px;
ext-overflow: ellipsis;
overflow-x: hidden;
white-space: nowrap;
}
}
@@ -34,7 +34,7 @@ <h3 class="panel-title">{{ field.name }}</h3>
<label class="control-label">{{ option.title }}</label>
</div>
<div ng-if="option.values">
<select ng-model="field.options[option.name]" class="form-control" ng-change="onCon ceptChanged(field)"
<select ng-model="field.options[option.name]" class="form-control" ng-change="onConceptChanged(field)"
ng-options="item.value as item.name for item in (option.values | orderBy:'name')"></select>
</div>
<div ng-if="!option.values">

0 comments on commit 2a2a02f

Please sign in to comment.