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
7224b8ce
Commit
7224b8ce
authored
Mar 20, 2018
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds a bigger width to the performance bar modal box and breaks the content
parent
a2d82d4c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
2 deletions
+14
-2
app/assets/javascripts/performance_bar/components/detailed_metric.vue
...avascripts/performance_bar/components/detailed_metric.vue
+1
-0
app/assets/stylesheets/framework/common.scss
app/assets/stylesheets/framework/common.scss
+5
-0
app/assets/stylesheets/performance_bar.scss
app/assets/stylesheets/performance_bar.scss
+8
-2
No files found.
app/assets/javascripts/performance_bar/components/detailed_metric.vue
View file @
7224b8ce
...
...
@@ -64,6 +64,7 @@ export default {
<td
v-for=
"key in keys"
:key=
"key"
class=
"break-all"
>
{{
item
[
key
]
}}
</td>
...
...
app/assets/stylesheets/framework/common.scss
View file @
7224b8ce
...
...
@@ -446,6 +446,11 @@ img.emoji {
opacity
:
.5
;
}
.break-all
{
word-wrap
:
break-word
;
word-break
:
break-all
;
}
/** COMMON CLASSES **/
.prepend-top-0
{
margin-top
:
0
;
}
.prepend-top-5
{
margin-top
:
5px
;
}
...
...
app/assets/stylesheets/performance_bar.scss
View file @
7224b8ce
...
...
@@ -108,9 +108,15 @@
}
}
.performance-bar-modal
.modal-footer
{
.performance-bar-modal
{
.modal-footer
{
display
:
none
;
}
.modal-dialog
{
width
:
860px
;
}
}
}
#modal-peek-pg-queries-content
{
...
...
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