Page 1 of 1

Kanban Firefox

Posted: 23 Nov 2018, 23:17
by hawkeye
Hi Sergie. Firefox does not display kanban columns correctly based on the size we specify. However it's a simple fix using the code below. So please add the following css code to default.css so everyone gets that on your next update.

.kanban-table{
table-layout: fixed
}

Re: Kanban Firefox

Posted: 23 Nov 2018, 23:25
by support
I can't reproduce it on 63.0.3

Re: Kanban Firefox

Posted: 23 Nov 2018, 23:51
by hawkeye
Hmm, not sure why you can't reproduce. Perhaps it's because you don't have as many statuses as I have. I've attached a screenshot to illustrate. I have the width set to 250px, and you will notice on Chrome it honors that width, but not on firefox. This is solved by using the css code I provided.
kanban.jpg

Re: Kanban Firefox

Posted: 24 Nov 2018, 00:10
by support
Ok, thanks, I will add this fix.