Skip to content

Instantly share code, notes, and snippets.

@bgriggs1
Created September 22, 2014 04:56
Show Gist options
  • Save bgriggs1/43fc986cf1a539c30b70 to your computer and use it in GitHub Desktop.
Save bgriggs1/43fc986cf1a539c30b70 to your computer and use it in GitHub Desktop.
Set the width of a table column
/* Change the view_1 to the key of your table view */
/* Change the field_1 to the key of the field of the column you want to set */
#view_1 th.field_1 {
width: 100px; /* width in pixels */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment