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/help
parenta7e30d65a97a9c519f9a3ec8fc49c9efc86a51b4 (diff)
Replace .pull-left with .float-left
Diffstat (limited to 'app/views/help')
-rw-r--r--app/views/help/ui.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/help/ui.html.haml b/app/views/help/ui.html.haml
index c33100c4f84..4391a28b045 100644
--- a/app/views/help/ui.html.haml
+++ b/app/views/help/ui.html.haml
@@ -218,7 +218,7 @@
.example
.clearfix
- .dropdown.inline.pull-left
+ .dropdown.inline.float-left
%button.dropdown-menu-toggle{ type: 'button', data: { toggle: 'dropdown' } }
Dropdown
= icon('chevron-down')