Closed darenwelsh closed 4 years ago
It seems like having the infobox next to the board is causing the columns to have horizontal scroll bars. Need to figure out how to prevent this (in CSS).
I think table.actionable_board needs to have width: 320px; modified to 322px
table.actionable_board
width: 320px;
It seems like having the infobox next to the board is causing the columns to have horizontal scroll bars. Need to figure out how to prevent this (in CSS).