Yangman - bugfixes and improvements
[dlux.git] / modules / yangman-resources / src / main / resources / yangman / views / rightpanel / form / operational / leaf-list.tpl.html
index b2bba793cd8f3f4b6c807ac470ed3569149d68a7..64f1c8238c50622de299e50e333e4a3fefab0b9b 100644 (file)
@@ -27,7 +27,7 @@
 
     <div ng-repeat="elem in node.value" ng-show="node.expanded">
         <!-- Leaf list values -->
-        <md-input-container md-no-float  class="input-icon-container">
+        <md-input-container md-no-float  class="input-icon-container full_width">
             <!-- input -->
             <input ng-model="elem.value" aria-label="{{elem.value}}" ng-disabled="true">
         </md-input-container>