Increase width on actions column for episode file details

This commit is contained in:
Bogdan 2026-05-04 17:08:47 +03:00
parent bf5d48c76a
commit d784101c16

View file

@ -26,5 +26,5 @@
.actions {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 55px;
width: 60px;
}