diff options
author | Chocobozzz <me@florianbigard.com> | 2023-03-14 11:33:10 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-03-14 14:20:08 +0100 |
commit | fbe415609c0f0d7ab104d66b2ce0eee24ce86393 (patch) | |
tree | f2c015c8f969116b79721968bb818c05a560e6f3 /client/src/app/+admin/overview/videos | |
parent | 38819f82c29e92b0daf10e2d364103e2564e77af (diff) | |
download | PeerTube-fbe415609c0f0d7ab104d66b2ce0eee24ce86393.tar.gz PeerTube-fbe415609c0f0d7ab104d66b2ce0eee24ce86393.tar.zst PeerTube-fbe415609c0f0d7ab104d66b2ce0eee24ce86393.zip |
Fix button width
Diffstat (limited to 'client/src/app/+admin/overview/videos')
-rw-r--r-- | client/src/app/+admin/overview/videos/video-list.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+admin/overview/videos/video-list.component.html b/client/src/app/+admin/overview/videos/video-list.component.html index 5b8405ad9..35b1f9dbd 100644 --- a/client/src/app/+admin/overview/videos/video-list.component.html +++ b/client/src/app/+admin/overview/videos/video-list.component.html | |||
@@ -36,7 +36,7 @@ | |||
36 | <p-tableHeaderCheckbox ariaLabel="Select all rows" i18n-ariaLabel></p-tableHeaderCheckbox> | 36 | <p-tableHeaderCheckbox ariaLabel="Select all rows" i18n-ariaLabel></p-tableHeaderCheckbox> |
37 | </th> | 37 | </th> |
38 | <th style="width: 40px"></th> | 38 | <th style="width: 40px"></th> |
39 | <th style="width: 60px;"></th> | 39 | <th style="width: 70px;"></th> |
40 | <th i18n>Video</th> | 40 | <th i18n>Video</th> |
41 | <th i18n>Info</th> | 41 | <th i18n>Info</th> |
42 | <th i18n>Files</th> | 42 | <th i18n>Files</th> |