Commit 3b21e9fc by Torkel Ödegaard

Merge pull request #3991 from utkarshcmu/small-fix

Minor html fix
parents 37c6a1dd 4c35c83b
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
<li class="tight-form-item"> <li class="tight-form-item">
<editor-checkbox text="Right side" model="ctrl.panel.legend.rightSide" change="ctrl.render()"></editor-checkbox> <editor-checkbox text="Right side" model="ctrl.panel.legend.rightSide" change="ctrl.render()"></editor-checkbox>
</li> </li>
<li ng-if="panel.legend.rightSide" class="tight-form-item"> <li ng-if="ctrl.panel.legend.rightSide" class="tight-form-item">
Side width Side width
</li> </li>
<li ng-if="ctrl.panel.legend.rightSide" style="width: 105px"> <li ng-if="ctrl.panel.legend.rightSide" style="width: 105px">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment