Commit 45aa8f14 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'use-bootstrap-selector' into 'master'

Use Bootstrap Flex utility to remove .d-flex-center

See merge request gitlab-org/gitlab-ee!10146
parents 9217e7ef 5171431a
...@@ -59,7 +59,7 @@ export default { ...@@ -59,7 +59,7 @@ export default {
<div> <div>
<div class="mr-widget-extension d-flex align-items-center pl-3"> <div class="mr-widget-extension d-flex align-items-center pl-3">
<button <button
class="btn btn-blank square s32 d-flex-center append-right-default" class="btn btn-blank square s32 append-right-default"
type="button" type="button"
:aria-label="ariaLabel" :aria-label="ariaLabel"
@click="toggle" @click="toggle"
......
...@@ -39,7 +39,7 @@ export default { ...@@ -39,7 +39,7 @@ export default {
:href="helpPath" :href="helpPath"
:title="__('About this feature')" :title="__('About this feature')"
target="_blank" target="_blank"
class="d-flex-center pl-1" class="pl-1"
> >
<icon name="question-o" /> <icon name="question-o" />
</gl-link> </gl-link>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment