Skip to content

Commit 26fc944

Browse files
Added overfloe hidden
1 parent 4792102 commit 26fc944

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

contentcuration/contentcuration/frontend/channelList/views/ChannelSet/StudioCollectionsTable.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,7 @@
4646
<KCircularLoader />
4747
</div>
4848

49-
<div
50-
v-else-if="tableRows.length === 0"
51-
class="empty-state"
52-
>
49+
<div v-else-if="tableRows.length === 0">
5350
<p class="mb-0">{{ $tr('noChannelSetsFound') }}</p>
5451
<KButton
5552
appearance="basic-link"
@@ -348,7 +345,6 @@
348345
width: 100%;
349346
max-width: 1440px;
350347
margin: 0 auto;
351-
text-align: center;
352348
}
353349
354350
.header-top {
@@ -392,4 +388,8 @@
392388
}
393389
}
394390
391+
.page-container .k-table-wrapper {
392+
overflow: hidden;
393+
}
394+
395395
</style>

0 commit comments

Comments
 (0)