Skip to content

Commit 18e2532

Browse files
Updated colum width
1 parent ab1cfa4 commit 18e2532

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,14 +164,14 @@
164164
label: this.$tr('title'),
165165
dataType: 'string',
166166
minWidth: '200px',
167-
width: '45%',
167+
width: '55%',
168168
columnId: 'name',
169169
},
170170
{
171171
label: this.$tr('token'),
172172
dataType: 'string',
173173
minWidth: '200px',
174-
width: '30%',
174+
width: '20%',
175175
columnId: 'tokens',
176176
},
177177
{

0 commit comments

Comments
 (0)