Yangman - bugfixes and improvements
[dlux.git] / modules / yangman-resources / src / main / resources / yangman / views / rightpanel / form / config / leaf.tpl.html
index 78f410ea98222bd4640e1ffe8e9b36e3f27e98df..7ec13abfdc28abc81337a4513f2cab30fa02592f 100644 (file)
@@ -18,6 +18,7 @@
          ng-repeat="type in node.getChildren('type')"
          ng-include="yangForm.viewPath + '/config/types/' + yangLeaf.getLeafType() + '.tpl.html'"
          {{yangLeaf.getLeafType() === 'union' ? 'flex="grow"' : ''}}
-         layout="row">
+         layout="row"
+         class="full_width">
     </div>
 </div>