Commit da96bc7f authored by Paul Slaughter's avatar Paul Slaughter
parent 490842c5
......@@ -119,9 +119,11 @@ export default {
v-for="issue in data"
:key="issue.iid"
data-testid="issue-row"
class="coming-soon-table gl-responsive-table-row"
class="gl-responsive-table-row"
>
<div class="table-section section-100 gl-flex-column align-items-md-center gl-flex-wrap">
<div
class="table-section section-100 align-items-md-center gl-flex-wrap gl-white-space-normal"
>
<gl-link
data-testid="issue-title-link"
:href="issue.webUrl"
......
......@@ -9,9 +9,3 @@
padding-top: 0;
}
}
.coming-soon-table {
.table-section {
white-space: initial;
}
}
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