When I have a View with editable fields, the fields are waaaay too wide...it extends the table to many screen widths (as I have a lot of fields)....is there any way to limit the size of the editable fields in a Views table?

Comments

cornmuffin’s picture

Wondering this myself.

mdowsett’s picture

i had to theme it in the style.css file (I hate doing that)

lines like:
.view-field-bio-node-data-field-pref-phone-field-pref-phone-value input { width:15ex; }

mdowsett’s picture

cornmuffin...did you get this working?

I just tried to adjust the width of other editable fields on the same site but a different view and it didn't work. Just trying to figure out what I did wrong this time.

mengi’s picture

Issue summary: View changes
Status: Active » Closed (fixed)

Per https://drupal.org/node/2148735, 5.x is longer maintained so issue is closed.

mengi’s picture

Status: Closed (fixed) » Closed (won't fix)