Commit 5377e97d authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Use md as default modal size

parent e54d456b
......@@ -56,7 +56,7 @@ export default {
<gl-modal
:id="`modal-peek-${metric}-details`"
:header-title-text="header"
modal-size="modal-lg"
modal-size="lg"
class="performance-bar-modal"
>
<table
......
......@@ -13,7 +13,7 @@ export default {
modalSize: {
type: String,
required: false,
default: '',
default: 'md',
},
headerTitleText: {
type: String,
......@@ -53,7 +53,7 @@ export default {
>
<div
class="modal-dialog"
:class="modalSize"
:class="`modal-${modalSize}`"
role="document"
>
<div class="modal-content">
......
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