1
I have a table that has 4 action buttons inside a cell of a column. When the names start to get larger in character, the table starts to auto-adjust and in the Actions column, the 4 buttons are loose and some of them start to descend to the bottom row even though there is space left over in the column cell width. Is there a way to put them, like, inside some object so they’re always aligned according to the width of the cell?
.align-center {
text-align: center;
/*max-width: 80px*/
}
Bro, it worked 100%! Thanks :))))))
– Master JR