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
0df540ae
Commit
0df540ae
authored
Apr 01, 2021
by
Takuya Noguchi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove mw-90p class from common.scss
Signed-off-by:
Takuya Noguchi
<
takninnovationresearch@gmail.com
>
parent
4ee4cf22
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
+7
-3
app/assets/stylesheets/framework/common.scss
app/assets/stylesheets/framework/common.scss
+0
-1
ee/app/assets/javascripts/analytics/productivity_analytics/components/mr_table_row.vue
...lytics/productivity_analytics/components/mr_table_row.vue
+1
-1
ee/changelogs/unreleased/326599-remove-mw-90p-class-from-common-scss.yml
...nreleased/326599-remove-mw-90p-class-from-common-scss.yml
+5
-0
ee/spec/frontend/analytics/productivity_analytics/components/__snapshots__/mr_table_row_spec.js.snap
...lytics/components/__snapshots__/mr_table_row_spec.js.snap
+1
-1
No files found.
app/assets/stylesheets/framework/common.scss
View file @
0df540ae
...
@@ -421,7 +421,6 @@ img.emoji {
...
@@ -421,7 +421,6 @@ img.emoji {
.mw-460
{
max-width
:
460px
;
}
.mw-460
{
max-width
:
460px
;
}
.mw-6em
{
max-width
:
6em
;
}
.mw-6em
{
max-width
:
6em
;
}
.mw-70p
{
max-width
:
70%
;
}
.mw-70p
{
max-width
:
70%
;
}
.mw-90p
{
max-width
:
90%
;
}
// By default flex items don't shrink below their minimum content size.
// By default flex items don't shrink below their minimum content size.
// To change this, these clases set a min-width or min-height
// To change this, these clases set a min-width or min-height
...
...
ee/app/assets/javascripts/analytics/productivity_analytics/components/mr_table_row.vue
View file @
0df540ae
...
@@ -55,7 +55,7 @@ export default {
...
@@ -55,7 +55,7 @@ export default {
<div
class=
"d-flex mr-md-2"
>
<div
class=
"d-flex mr-md-2"
>
<gl-avatar
:src=
"mergeRequest.author_avatar_url"
:size=
"16"
/>
<gl-avatar
:src=
"mergeRequest.author_avatar_url"
:size=
"16"
/>
</div>
</div>
<div
class=
"d-flex flex-column flex-grow
mw-90p
"
>
<div
class=
"d-flex flex-column flex-grow
overflow-auto gl-mr-1
"
>
<h5
class=
"item-title mr-title my-0 d-block str-truncated"
>
<h5
class=
"item-title mr-title my-0 d-block str-truncated"
>
<gl-link
:href=
"mergeRequest.merge_request_url"
target=
"_blank"
>
{{
<gl-link
:href=
"mergeRequest.merge_request_url"
target=
"_blank"
>
{{
mergeRequest
.
title
mergeRequest
.
title
...
...
ee/changelogs/unreleased/326599-remove-mw-90p-class-from-common-scss.yml
0 → 100644
View file @
0df540ae
---
title
:
Remove mw-90p class from common.scss
merge_request
:
58205
author
:
Takuya Noguchi
type
:
fixed
ee/spec/frontend/analytics/productivity_analytics/components/__snapshots__/mr_table_row_spec.js.snap
View file @
0df540ae
...
@@ -20,7 +20,7 @@ exports[`MergeRequestTableRow component on creation matches the snapshot 1`] = `
...
@@ -20,7 +20,7 @@ exports[`MergeRequestTableRow component on creation matches the snapshot 1`] = `
</div>
</div>
<div
<div
class="d-flex flex-column flex-grow
mw-90p
"
class="d-flex flex-column flex-grow
overflow-auto gl-mr-1
"
>
>
<h5
<h5
class="item-title mr-title my-0 d-block str-truncated"
class="item-title mr-title my-0 d-block str-truncated"
...
...
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