Kanban Firefox

Post Reply
hawkeye
Posts: 20
Joined: 25 Apr 2018, 22:18
Name: Kevin
Location: USA

Kanban Firefox

Post 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
}
User avatar
support
Site Admin
Posts: 6215
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Kanban Firefox

Post by support »

I can't reproduce it on 63.0.3
hawkeye
Posts: 20
Joined: 25 Apr 2018, 22:18
Name: Kevin
Location: USA

Re: Kanban Firefox

Post 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
User avatar
support
Site Admin
Posts: 6215
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Kanban Firefox

Post by support »

Ok, thanks, I will add this fix.
Post Reply