Skip to content

Commit f2d33fc

Browse files
Made table header to center align when maxwidth<500px
1 parent 64b8646 commit f2d33fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,5 +336,10 @@
336336
display: flex;
337337
justify-content: flex-end;
338338
}
339+
@media (max-width: 500px) {
340+
.table-header {
341+
justify-content: center;
342+
}
343+
}
339344
340345
</style>

0 commit comments

Comments
 (0)