Hey all, I’ve run into an interesting problem with AirTable. I have an automation script thats finds all records from today and emails those records with the “Render as HTML Grid” option. Some field values are truncated, and I couldn’t find a way to affect the row size or CSS rules that are causing this to happen. For example:

For example, there’s a parent <div> that wraps the table enforcing a max-width of 1000px (and overflow-x: auto!) and inside of each <td> element, there’s rules for a max-width of 250px and overflow: hidden.
Parent <div> of table:

<td> rules:

Since I can’t modify AirTable’s restrictive CSS, can anyone give me some recommendations on how to work around this with 3rd party apps or Zapier integrations to use for this specifically? The truncated table text is the only real problem I have here. :open_mouth:



