Fix cancel button beyond of create-rule modal

This patch is to fixes the problem that the cancel button of
create-rule dialogue box floats too far to the left outside
of the dialogue box

porting from I1821605d644f1b5b19479127f317d770dc82c138

Change-Id: I8d7764a14a5f916e2f248b99734fe5b1cccf78af
This commit is contained in:
xiaoyun feng 2017-03-06 17:36:21 +08:00 committed by Anusha Ramineni
parent 88ef2e3d5a
commit 713622584f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
{% if workflow.wizard %}
<div class="row">
<div class="col-sm-1">
<a href="{% url 'horizon:admin:policies:detail' policy_name %}" class="btn btn-default secondary cancel close">{% trans "Cancel" %}</a>
<a href="{% url 'horizon:admin:policies:detail' policy_name %}" class="btn btn-default secondary cancel">{% trans "Cancel" %}</a>
</div>
<div class="col-sm-5 back">