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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
68c7975b
Commit
68c7975b
authored
Oct 04, 2018
by
jerasmus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix environment name overlapping + tooltip positioning
parent
f4db21eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
app/assets/javascripts/environments/components/environment_item.vue
.../javascripts/environments/components/environment_item.vue
+3
-3
No files found.
app/assets/javascripts/environments/components/environment_item.vue
View file @
68c7975b
...
@@ -466,7 +466,9 @@ export default {
...
@@ -466,7 +466,9 @@ export default {
class="gl-responsive-table-row"
class="gl-responsive-table-row"
role="row">
role="row">
<div
<div
class=
"table-section section-wrap section-15"
v-tooltip
:title=
"model.name"
class=
"table-section section-wrap section-15 text-truncate"
role=
"gridcell"
role=
"gridcell"
>
>
<div
<div
...
@@ -480,9 +482,7 @@ export default {
...
@@ -480,9 +482,7 @@ export default {
v-if=
"!model.isFolder"
v-if=
"!model.isFolder"
class=
"environment-name table-mobile-content"
>
class=
"environment-name table-mobile-content"
>
<a
<a
v-tooltip
:href=
"environmentPath"
:href=
"environmentPath"
:title=
"model.name"
>
>
{{
model
.
name
}}
{{
model
.
name
}}
</a>
</a>
...
...
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