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
4d55be42
Commit
4d55be42
authored
May 31, 2018
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bootstrap pipeline right alignment
parent
915e5634
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
app/assets/javascripts/pipelines/components/graph/dropdown_job_component.vue
...pts/pipelines/components/graph/dropdown_job_component.vue
+2
-1
app/assets/stylesheets/bootstrap_migration.scss
app/assets/stylesheets/bootstrap_migration.scss
+2
-1
No files found.
app/assets/javascripts/pipelines/components/graph/dropdown_job_component.vue
View file @
4d55be42
...
...
@@ -79,12 +79,13 @@ export default {
};
</
script
>
<
template
>
<div
class=
"ci-job-dropdown-container dropdown"
>
<div
class=
"ci-job-dropdown-container dropdown
dropright
"
>
<button
v-tooltip
type=
"button"
data-toggle=
"dropdown"
data-container=
"body"
data-boundary=
"viewport"
class=
"dropdown-menu-toggle build-content"
:title=
"tooltipText"
>
...
...
app/assets/stylesheets/bootstrap_migration.scss
View file @
4d55be42
...
...
@@ -87,7 +87,8 @@ table {
display
:
none
;
}
.
dropdown-toggle
:
:
after
{
.
dropdown-toggle
:
:
after
,
.
dropright
.
dropdown-menu-toggle
::
after
{
// Remove bootstrap's dropdown caret
display
:
none
;
}
...
...
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