Prevent Action Column icons from wrapping

I tried to find the answer, but couldn’t and wonder why it is designed like this:

my action columns icons do wrap one below the other;

I have to add this line of code in every gird-view to show icons on one line:


'contentOptions' => ['width' => '80px;'],

is there any better method to show the action icon on one line.

Thanks.