提交 c0169753 编写于 作者: P Phil Hughes

Merge branch '44453-performance-bar-modalbox' into 'master'

Resolve "Performance bar modal box content overflows"

Closes #44453

See merge request gitlab-org/gitlab-ce!17889
......@@ -70,6 +70,7 @@ export default {
<td
v-for="key in keys"
:key="key"
class="break-word"
>
{{ item[key] }}
</td>
......
......@@ -446,6 +446,10 @@ img.emoji {
opacity: .5;
}
.break-word {
word-wrap: break-word;
}
/** COMMON CLASSES **/
.prepend-top-0 { margin-top: 0; }
.prepend-top-5 { margin-top: 5px; }
......
......@@ -102,8 +102,14 @@
}
}
.performance-bar-modal .modal-footer {
display: none;
.performance-bar-modal {
.modal-footer {
display: none;
}
.modal-dialog {
width: 860px;
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册