/* Set min/max width for Action column header and all action cells */
th.actions, td.actions {
    width: 250px !important;   /* Or any width you want */
    min-width: 250px !important;
}
