Commit 0df540ae authored by Takuya Noguchi's avatar Takuya Noguchi

Remove mw-90p class from common.scss

Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent 4ee4cf22
...@@ -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
......
...@@ -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
......
---
title: Remove mw-90p class from common.scss
merge_request: 58205
author: Takuya Noguchi
type: fixed
...@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment