summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable/_label_page_create.html.haml
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-09 12:36:21 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-09 12:36:21 -0500
commit3e7a17d4759a2c25f0c717408c48bfc7e975dde3 (patch)
tree396f914dd927cc791fd008cda29efd31173661d3 /app/views/shared/issuable/_label_page_create.html.haml
parenta7e30d65a97a9c519f9a3ec8fc49c9efc86a51b4 (diff)
downloadgitlab-ce-3e7a17d4759a2c25f0c717408c48bfc7e975dde3.tar.gz
Replace .pull-left with .float-left
Diffstat (limited to 'app/views/shared/issuable/_label_page_create.html.haml')
-rw-r--r--app/views/shared/issuable/_label_page_create.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_label_page_create.html.haml b/app/views/shared/issuable/_label_page_create.html.haml
index 0a8a4db5a16..7edad8ca28b 100644
--- a/app/views/shared/issuable/_label_page_create.html.haml
+++ b/app/views/shared/issuable/_label_page_create.html.haml
@@ -12,7 +12,7 @@
.dropdown-label-color-preview.js-dropdown-label-color-preview
%input#new_label_color.default-dropdown-input{ type: "text", placeholder: _('Assign custom color like #FF0000') }
.clearfix
- %button.btn.btn-primary.pull-left.js-new-label-btn{ type: "button" }
+ %button.btn.btn-primary.float-left.js-new-label-btn{ type: "button" }
= _('Create')
%button.btn.btn-secondary.pull-right.js-cancel-label-btn{ type: "button" }
= _('Cancel')