Skip to main content

Kanban Cards Need To Be More Compact


Show first post

79 replies

  • New Participant
  • 1 reply
  • September 24, 2020

+1 to Kanban titles need to have the functionality to be more than one line, or smaller text size. It’s pretty unusable at the moment. I would rather use a grouped grid view than have a very short limit on kanban titles, so effectively I dont’ have a Kanban view available to me on Airtable right now.

Which in turn makes me curious about the competitors people are mentioning in this thread…


EDIT

I just saw the post from Heracles which has a better loking solution than mine, but I’ll leave it up if someone is looking for the simplest fix.

END EDIT

I’ve struggled with this issue trying to use the Kanban board - also coming over from Trello.

I wanted to increase the width of columns using CSS, but they’re all absolutely positioned with JS, making it impossible to edit with CSS only. I tried modifying the positions with JS, but the order of the elements in the DOM isn’t the same as the one shown, which makes it a nightmare to do, and I don’t have more time to put on this.

I settled on an easy CSS adjustment that simply lets the titles wrap. It’s not perfect and it makes some card paddings a bit wonky, but it works to show more title information.

For those that would like to add the custom CSS with an extension (I use Amino), here it is:

.huge {
    font-size: .9rem;
}

.px2 {
    padding-left: 0.3rem;
    padding-right: 0.1rem;
}

.truncate {
    white-space: normal !important;
    text-overflow: unset !important;
}

Forum|alt.badge.img+19

This post is related - Gallery view also needs customization options … e.g. hiding field names.

[Hide field names in Gallery View - #5 by ScottWorld]

+1 for allowing to show multiple lines for any field (e.g. I have a Formula field and the output shows only one line.)

Also - have seen many people to use concatenated text fields using formula (myself included). The concatenated fields are formed so that the text shows in the cell nicely (e.g. the field width and text is entered so that the multi-line text breaks in the right way and the resulting text shows in the cell the way I want it to show.

In Kanban and Gallery view the text would show as one line string.

I am asking here a lot - because I am sure the answer will be - “well this is a database not a word document”, so that’s fine, but if Airtable Kanban and Gallery view is more configurable, Airtable would be unbeatable.


Jean-Philippe_A wrote:

EDIT

I just saw the post from Heracles which has a better loking solution than mine, but I’ll leave it up if someone is looking for the simplest fix.

END EDIT

I’ve struggled with this issue trying to use the Kanban board - also coming over from Trello.

I wanted to increase the width of columns using CSS, but they’re all absolutely positioned with JS, making it impossible to edit with CSS only. I tried modifying the positions with JS, but the order of the elements in the DOM isn’t the same as the one shown, which makes it a nightmare to do, and I don’t have more time to put on this.

I settled on an easy CSS adjustment that simply lets the titles wrap. It’s not perfect and it makes some card paddings a bit wonky, but it works to show more title information.

For those that would like to add the custom CSS with an extension (I use Amino), here it is:

.huge {
    font-size: .9rem;
}

.px2 {
    padding-left: 0.3rem;
    padding-right: 0.1rem;
}

.truncate {
    white-space: normal !important;
    text-overflow: unset !important;
}

A small correction to the CSS so the truncation only applies to cards, and not to views shortcuts.

.huge {
    font-size: .9rem;
}

.px2 {
    padding-left: 0.3rem;
    padding-right: 0.1rem;
}

.galleryCardPrimaryCell.truncate {
    white-space: normal !important;
    text-overflow: unset !important;

}


Forum|alt.badge.img+12
  • Known Participant
  • 24 replies
  • October 20, 2020

Can we please get some updates on this issue?


  • New Participant
  • 1 reply
  • October 21, 2020

Is there a particular reason why Airtable doesn’t allow us any control over formatting? As simple as aritable is to do some cool stuff, every single airtable feature has way too much padding making it very hard to create tight views. Just look at tables, forms, kanbans, they all have tons of cell padding.

I would argue that for most data sets, the data itself is self explanatory, showing the field label in a kanban should be optional. We should be able to set the padding on the cells to make cards more compact. I can also see a case for having more than one row of kanban stacks (maybe you can have multiple stacks on the page and when you hover over them, they enlarge so you can scroll through the cards and grab what you need).


  • New Participant
  • 1 reply
  • March 6, 2021

Trying to move over from Trello and this would be a great quality of life update. k feel Kanban view’s convenience comes from being able to see everything relevant “at a glance”, and we cannot do this if we need to click into cards to see names past a few characters.


Forum|alt.badge.img+5

Not having a more configurable/compact kanban cards makes AirTable unusable for planning and brainstorming. A shame…AirTable is my first choice due to its feature set, and could be a great tool planning/brainstorming tool, but I have to use other products for this purpose. I need to see lots of cards at once.

Wilder request, but would be great to set up arbitrary groups on a screen, in circles or squares, and move cards from group to group. This functionality exists in other packages, and I use it, but am frustrated by their lack of supporting & relational data.


Forum|alt.badge.img+10
  • New Participant
  • 4 replies
  • July 27, 2021

I just want to reiterate the need for compact kanban cards. I’ve been managing my entire sales pipeline via Trello tracking where clients are in the pipeline and moving them through the sales funnel. This is something that a lot of CRMs are missing and I decided to build my own CRM with Airtable because trello doesn’t allow me to leverage the data I can collect by having a full database. That said, I’m being torn between picking between day to day operations of efficiency by being able to see way more information without scrolling on trello OR using airtable to collect the data. The bulkiness of the kanban cards is making it difficult because I need to scroll too much and I’ll likely be moving the pipeline management part of my business to trello for now.


Forum|alt.badge.img+4
  • Participating Frequently
  • 5 replies
  • September 15, 2021

Can someone tell me a reason why something so simple as changing the height attribute of the kanban cell from 78px to auto is taking so long???


Forum|alt.badge.img+12
  • Known Participant
  • 24 replies
  • September 16, 2021

Pleeeeease fix this. This is a no-brainer! You need to be able to see more than like 10 letters of the card title, especially since it’s very common (and useful!) to use formulas as Titles, so you can get details in gantt and calendar views.


  • New Participant
  • 1 reply
  • September 16, 2021

+1 - This single feature is a deal-breaker for me. I can use a combination of Trello/Sheets so solve 90% of my needs but AirTable could replace them both if it had a functional Card/Kanban view.

The fixed vertical width makes absolutely no sense. AirTable PMs please go use Trello for 5min. Thanks.


Is there any way of aggregating this into some sort of petition?

Or at least getting some idea if this is on the feature backlog :frowning:


Forum|alt.badge.img+12

Yes this makes the kanban view unusable. I love AT but use Notion.SO for my Boards


Forum|alt.badge.img+6
  • New Participant
  • 4 replies
  • November 22, 2021

Hello Airtable… Anybody there? Any answer, schedule, decision? What’s the point of this list if there is no feedback on WHEN or IF this will ever be addressed?
‘’


Karlstens
Forum|alt.badge.img+20
  • Inspiring
  • 601 replies
  • November 23, 2021

@Jordan_Scott1 - this is one of those threads that’s a classic example of Airtable letting down the community. Unless I’ve missed it, there’s nothing but broken Kanban dreams in this thread. :disappointed:


Forum|alt.badge.img+2

+1
Please, Airtable Team. The kanban cards are way too thin.


Forum|alt.badge.img+19
  • Retired Employee
  • 141 replies
  • January 11, 2022
Karlstens wrote:

@Jordan_Scott1 - this is one of those threads that’s a classic example of Airtable letting down the community. Unless I’ve missed it, there’s nothing but broken Kanban dreams in this thread. :disappointed:


Thank you all for your continued feedback and patience on this, I really appreciate it and definitely see how this would be impactful. I’ve made sure to flag this with our product partners and I will keep this group posted as I hear of any updates or changes.


Forum|alt.badge.img+9
  • Participating Frequently
  • 14 replies
  • January 12, 2022
Jordan_Scott1 wrote:

Thank you all for your continued feedback and patience on this, I really appreciate it and definitely see how this would be impactful. I’ve made sure to flag this with our product partners and I will keep this group posted as I hear of any updates or changes.


Nothing against you or any other of the Airtable folks who have liaised in this forum, but my patience was exhausted some time ago on this and several other topics that have been buried by the passage of time.


Forum|alt.badge.img+4
  • Author
  • Participating Frequently
  • 7 replies
  • January 12, 2022
Jordan_Scott1 wrote:

Thank you all for your continued feedback and patience on this, I really appreciate it and definitely see how this would be impactful. I’ve made sure to flag this with our product partners and I will keep this group posted as I hear of any updates or changes.


Already switched to Notion + Smartsheets


JavierGO
Forum|alt.badge.img+7
  • Participating Frequently
  • 16 replies
  • February 24, 2022

Such a small request made a long time ago and such a disappointment.
I can’t bring some of my users from Trello into Airtable just because of this.


Forum|alt.badge.img+13
  • Inspiring
  • 11 replies
  • March 30, 2022

I also very much needs this (in addition to multi-line text showing on the front of the cards). I want to switch my organization completely to Airtable from Trello, but right now the fronts of cards just aren’t dense enough to make it work.


  • New Participant
  • 1 reply
  • May 4, 2022

Quite dissapointed at Airtable’s Kanban view. Kanban is not even in the interface designer. It appears that Airtable is just suck at Kanban.


Same issue here - the kanban card titles get truncated SO short that kanban is unusable… Looks like this issue has been being raised for YEARS i see requests back to 2018…


Forum|alt.badge.img+7
  • Participating Frequently
  • 6 replies
  • October 3, 2022

Please consider taking thiese demands into your product roadmap. At least the fact of hiding the “Field name” and just display the values. It would cut-off by 50% the height of each card and make kanban display lighter in terms of redudant info.


Reply