From b413785e1dfdbc594e86880e79e20bdd5963c938 Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Mon, 9 Apr 2018 12:42:45 -0500 Subject: [skip ci] Replace .pull-right with .float-right --- spec/javascripts/fixtures/issue_sidebar_label.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/javascripts/fixtures') diff --git a/spec/javascripts/fixtures/issue_sidebar_label.html.haml b/spec/javascripts/fixtures/issue_sidebar_label.html.haml index 397bdc85c67..06ce248dc9c 100644 --- a/spec/javascripts/fixtures/issue_sidebar_label.html.haml +++ b/spec/javascripts/fixtures/issue_sidebar_label.html.haml @@ -1,7 +1,7 @@ .block.labels .sidebar-collapsed-icon.js-sidebar-labels-tooltip .title.hide-collapsed - %a.edit-link.pull-right{ href: "#" } + %a.edit-link.float-right{ href: "#" } Edit .selectbox.hide-collapsed{ style: "display: none;" } .dropdown -- cgit v1.2.1