Skip to main content

Wrap kanban/gallery card text?


Forum|alt.badge.img+10

I’m going to presume the answer is “no”, but is there really no way to wrap the text (esp title text) of a card when presented in kanban or gallery view?

Has anyone found the CSS rules that can be changed in Developer Tools, perhaps?

10 replies

Forum|alt.badge.img+10
  • Author
  • Known Participant
  • 19 replies
  • June 14, 2021

The relevant CSS class is .truncate, which is applied to card title links…

.truncate {
    max-width: 100%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

If white-space were disabled or set to normal, truncation would be disabled and card titles would wrap.

Although they would appear a little untidily due to lack of vertical padding.


Forum|alt.badge.img+4
  • New Participant
  • 1 reply
  • December 8, 2022

Hi Airtable team, I hope you are aware that the Kanban view is basically unusable without better handling of the card title. I think there is a 23 character cut off. That's is not a good solution. Please look at any other tool on the market that uses cards. Wrap the text, shrink the font and add more character count, etc. Anything. PLEASE!


Forum|alt.badge.img+2
  • New Participant
  • 1 reply
  • January 27, 2023

Agreed. I also currently have the impression the Kanban board only "looks" like a kanban board, but isn't actually functional as one in any kind of task/project management. Mainly due to the 23 character cutoff. It gives the impression that it's designed more as a tool to categorize items or people with short-ish names, for which I guess this UX would work. The short titles really break the functionality, causing me to use table view, Notion, or Trello for task tracking.


Forum|alt.badge.img+6
  • Participating Frequently
  • 23 replies
  • December 1, 2023

Hey everyone, we've now rolled out the ability to wrap these text values in Kanban Interfaces and views. See the images below to get started. I don't have an update on Gallery support at this time, but please do keep letting us know how important these features are to your workflows.

Enabling text wrapping in Kanban in an interface:

Enabling text wrapping in a Kanban View:

  


Sam_Hancock
Forum|alt.badge.img+3
  • Participating Frequently
  • 5 replies
  • February 25, 2024

Totally agree. I’m new to Airtable,  and think this might be a deal breaker for me as it completely inhibits the use of it being a take manager at the most basic (mobile) level. 


Sam_Hancock
Forum|alt.badge.img+3
  • Participating Frequently
  • 5 replies
  • February 25, 2024
WouterJ wrote:

Agreed. I also currently have the impression the Kanban board only "looks" like a kanban board, but isn't actually functional as one in any kind of task/project management. Mainly due to the 23 character cutoff. It gives the impression that it's designed more as a tool to categorize items or people with short-ish names, for which I guess this UX would work. The short titles really break the functionality, causing me to use table view, Notion, or Trello for task tracking.


Totally agree with this. I’m maybe having to leave Airtable because of this. Which would be infuriating having fallen in love with the general database functionality and spent a week moving all my data over. 


Sam_Hancock
Forum|alt.badge.img+3
  • Participating Frequently
  • 5 replies
  • February 25, 2024
DavidW wrote:

Hey everyone, we've now rolled out the ability to wrap these text values in Kanban Interfaces and views. See the images below to get started. I don't have an update on Gallery support at this time, but please do keep letting us know how important these features are to your workflows.

Enabling text wrapping in Kanban in an interface:

Enabling text wrapping in a Kanban View:

  


Hi David, thanks for this but I notice that the wrapping setting isn’t available on the iOS mobile app?? This seems bizarre to me as a mobile interface is arguably where it’s needed most. I’m new here and love so much of what I’m discovering with Airtable but these basis omissions are so bizarre to (also no dark mode, no snap to column horizontal scrolling in mobile OS app kanban view etc…) and so many more UI things that in 2024 should by now just be default, surely?


Forum|alt.badge.img+3
  • New Participant
  • 2 replies
  • August 17, 2024
DavidW wrote:

Hey everyone, we've now rolled out the ability to wrap these text values in Kanban Interfaces and views. See the images below to get started. I don't have an update on Gallery support at this time, but please do keep letting us know how important these features are to your workflows.

Enabling text wrapping in Kanban in an interface:

Enabling text wrapping in a Kanban View:

  


Gallery support is needed ASAP. Gallery views with cut off text look awful. I'm currently having to search for an alternative product for our calendar because of this.


Forum|alt.badge.img+5
  • New Participant
  • 3 replies
  • November 6, 2024
DavidW wrote:

Hey everyone, we've now rolled out the ability to wrap these text values in Kanban Interfaces and views. See the images below to get started. I don't have an update on Gallery support at this time, but please do keep letting us know how important these features are to your workflows.

Enabling text wrapping in Kanban in an interface:

Enabling text wrapping in a Kanban View:

  


Hi David, wrap text support in gallery view is needed to support our workflows as well. We are looking for this in both our single line and long text fields. Please let me know when this is available, or if there is a script to make this happen. 


Forum|alt.badge.img+2
  • New Participant
  • 1 reply
  • November 7, 2024

Agreed - please allow wrap text of gallery views - losing functionality is terrible as the gallery use I have in mind is meant to be client-facing!