From 3e7a17d4759a2c25f0c717408c48bfc7e975dde3 Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Mon, 9 Apr 2018 12:36:21 -0500 Subject: Replace .pull-left with .float-left --- app/views/profiles/keys/_key.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/profiles/keys/_key.html.haml') diff --git a/app/views/profiles/keys/_key.html.haml b/app/views/profiles/keys/_key.html.haml index 103446243e5..6098fe2205c 100644 --- a/app/views/profiles/keys/_key.html.haml +++ b/app/views/profiles/keys/_key.html.haml @@ -1,5 +1,5 @@ %li.key-list-item - .pull-left.append-right-10 + .float-left.append-right-10 - if key.valid? = icon 'key', class: 'settings-list-icon hidden-xs' - else -- cgit v1.2.1