Skip to content

Commit ab1cfa4

Browse files
Updated colum width
1 parent 68f0665 commit ab1cfa4

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
label: this.$tr('title'),
165165
dataType: 'string',
166166
minWidth: '200px',
167-
width: '40%',
167+
width: '45%',
168168
columnId: 'name',
169169
},
170170
{
@@ -180,14 +180,12 @@
180180
minWidth: '100px',
181181
width: '15%',
182182
columnId: 'channel_count',
183-
align: 'right',
184183
},
185184
{
186185
label: '',
187186
dataType: 'undefined',
188-
width: '15%',
187+
width: '10%',
189188
columnId: 'actions',
190-
align: 'center',
191189
},
192190
];
193191
},
@@ -333,4 +331,9 @@
333331
margin-bottom: 16px;
334332
}
335333
334+
.actions-cell {
335+
display: flex;
336+
justify-content: flex-end;
337+
}
338+
336339
</style>

0 commit comments

Comments
 (0)