Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2018-10-10 20:54:18 +0300
committerMarcia Ramos <virtua.creative@gmail.com>2018-10-10 20:54:18 +0300
commitaa10a1738498f5fb2b92c1829ee4fb5bad15e3f4 (patch)
treeec3ded66b7e95257bab606ce16f7b7f53938acc6 /layouts/feedback.html
parent8d9a39a2cebb7d8959b3144802860f9879d80d05 (diff)
fix alignment of the button (for the bigger text)
Diffstat (limited to 'layouts/feedback.html')
-rw-r--r--layouts/feedback.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/layouts/feedback.html b/layouts/feedback.html
index 5304bb52..159159a9 100644
--- a/layouts/feedback.html
+++ b/layouts/feedback.html
@@ -129,10 +129,12 @@
</p>
</div>
<div class="col-md-4 col-sm-12">
- <a role="button" class="comments-holder btn btn-default" href="<%= edit_on_gitlab(@item) %>" target="_blank">
- <i class="fa fa-pencil-square-o" aria-hidden="true"></i>
- EDIT THIS PAGE
- </a>
+ <p>
+ <a role="button" class="comments-holder btn btn-default" href="<%= edit_on_gitlab(@item) %>" target="_blank">
+ <i class="fa fa-pencil-square-o" aria-hidden="true"></i>
+ EDIT THIS PAGE
+ </a>
+ </p>
</div>
</div><!-- edit-page-row -->