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
bf1ce979
Commit
bf1ce979
authored
6 years ago
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increases title column on modal for reports
parent
2b78eab1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
app/assets/javascripts/reports/components/modal.vue
app/assets/javascripts/reports/components/modal.vue
+2
-2
changelogs/unreleased/49835-increase-width.yml
changelogs/unreleased/49835-increase-width.yml
+5
-0
No files found.
app/assets/javascripts/reports/components/modal.vue
View file @
bf1ce979
...
@@ -36,11 +36,11 @@
...
@@ -36,11 +36,11 @@
:key=
"index"
:key=
"index"
class=
"row prepend-top-10 append-bottom-10"
class=
"row prepend-top-10 append-bottom-10"
>
>
<strong
class=
"col-sm-
2
text-right"
>
<strong
class=
"col-sm-
3
text-right"
>
{{
field
.
text
}}
:
{{
field
.
text
}}
:
</strong>
</strong>
<div
class=
"col-sm-
10
text-secondary"
>
<div
class=
"col-sm-
9
text-secondary"
>
<code-block
<code-block
v-if=
"field.type === $options.fieldTypes.codeBock"
v-if=
"field.type === $options.fieldTypes.codeBock"
:code=
"field.value"
:code=
"field.value"
...
...
This diff is collapsed.
Click to expand it.
changelogs/unreleased/49835-increase-width.yml
0 → 100644
View file @
bf1ce979
---
title
:
Increases title column on modal for reports
merge_request
:
author
:
type
:
other
This diff is collapsed.
Click to expand it.
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