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
74838724
Commit
74838724
authored
Jun 13, 2018
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed tooltip boundary
parent
b084dceb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
app/assets/javascripts/ide/components/commit_sidebar/list.vue
...assets/javascripts/ide/components/commit_sidebar/list.vue
+2
-0
app/assets/javascripts/ide/components/commit_sidebar/stage_button.vue
...avascripts/ide/components/commit_sidebar/stage_button.vue
+4
-0
app/assets/javascripts/ide/components/commit_sidebar/unstage_button.vue
...ascripts/ide/components/commit_sidebar/unstage_button.vue
+2
-0
No files found.
app/assets/javascripts/ide/components/commit_sidebar/list.vue
View file @
74838724
...
...
@@ -100,6 +100,8 @@ export default {
type="button"
class="btn btn-default ide-staged-action-btn p-0 order-1 align-items-center"
data-placement="bottom"
data-container="body"
data-boundary="viewport"
@click="actionBtnClicked"
>
<icon
...
...
app/assets/javascripts/ide/components/commit_sidebar/stage_button.vue
View file @
74838724
...
...
@@ -34,6 +34,8 @@ export default {
type=
"button"
class=
"btn btn-blank append-right-5 d-flex align-items-center"
data-container=
"body"
data-boundary=
"viewport"
data-placement=
"bottom"
@
click.stop=
"stageChange(path)"
>
<icon
...
...
@@ -47,6 +49,8 @@ export default {
type=
"button"
class=
"btn btn-blank d-flex align-items-center"
data-container=
"body"
data-boundary=
"viewport"
data-placement=
"bottom"
data-toggle=
"dropdown"
>
<icon
...
...
app/assets/javascripts/ide/components/commit_sidebar/unstage_button.vue
View file @
74838724
...
...
@@ -34,6 +34,8 @@ export default {
type=
"button"
class=
"btn btn-blank d-flex align-items-center"
data-container=
"body"
data-boundary=
"viewport"
data-placement=
"bottom"
@
click=
"unstageChange(path)"
>
<icon
...
...
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