Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
5171431a
Commit
5171431a
authored
Mar 15, 2019
by
Takuya Noguchi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use Bootstrap Flex utility to remove .d-flex-center
Signed-off-by:
Takuya Noguchi
<
takninnovationresearch@gmail.com
>
parent
9b815128
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ee/app/assets/javascripts/vue_merge_request_widget/components/approvals/multiple_rule/approvals_footer.vue
...t/components/approvals/multiple_rule/approvals_footer.vue
+1
-1
ee/app/assets/javascripts/vue_merge_request_widget/components/approvals/multiple_rule/approvals_summary_optional.vue
...ts/approvals/multiple_rule/approvals_summary_optional.vue
+1
-1
No files found.
ee/app/assets/javascripts/vue_merge_request_widget/components/approvals/multiple_rule/approvals_footer.vue
View file @
5171431a
...
...
@@ -59,7 +59,7 @@ export default {
<div>
<div
class=
"mr-widget-extension d-flex align-items-center pl-3"
>
<button
class=
"btn btn-blank square s32
d-flex-center
append-right-default"
class=
"btn btn-blank square s32 append-right-default"
type=
"button"
:aria-label=
"ariaLabel"
@
click=
"toggle"
...
...
ee/app/assets/javascripts/vue_merge_request_widget/components/approvals/multiple_rule/approvals_summary_optional.vue
View file @
5171431a
...
...
@@ -39,7 +39,7 @@ export default {
:href=
"helpPath"
:title=
"__('About this feature')"
target=
"_blank"
class=
"
d-flex-center
pl-1"
class=
"pl-1"
>
<icon
name=
"question-o"
/>
</gl-link>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment