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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-09 20:36:21 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-04-09 20:36:21 +0300
commit3e7a17d4759a2c25f0c717408c48bfc7e975dde3 (patch)
tree396f914dd927cc791fd008cda29efd31173661d3 /app/views/profiles/gpg_keys
parenta7e30d65a97a9c519f9a3ec8fc49c9efc86a51b4 (diff)
Replace .pull-left with .float-left
Diffstat (limited to 'app/views/profiles/gpg_keys')
-rw-r--r--app/views/profiles/gpg_keys/_key.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/gpg_keys/_key.html.haml b/app/views/profiles/gpg_keys/_key.html.haml
index 5ed517c1ef6..c36f4344689 100644
--- a/app/views/profiles/gpg_keys/_key.html.haml
+++ b/app/views/profiles/gpg_keys/_key.html.haml
@@ -1,5 +1,5 @@
%li.key-list-item
- .pull-left.append-right-10
+ .float-left.append-right-10
= icon 'key', class: "settings-list-icon hidden-xs"
.key-list-item-info
- key.emails_with_verified_status.map do |email, verified|