I am customizing the index form in active admin. I have some columns like:
column :id
column :name
I want to set the width of those columns. Is there an easy way?
The easiest way would be to wait for a version of active_admin that offers the feature Greg Bell talks about in https://github.com/gregbell/active_admin/issues/63
There is currently not an 'easy way' to do this.