Add max-width to board column

This commit is contained in:
Frederic Guillot 2015-02-21 13:14:37 -05:00
parent 0771fcbde7
commit c28eefa100
2 changed files with 2 additions and 0 deletions

View File

@ -747,6 +747,7 @@ nav .active a {
#board td, #board td,
#board th { #board th {
min-width: 240px; min-width: 240px;
max-width: 240px;
} }
#board th a { #board th a {

View File

@ -23,6 +23,7 @@
#board td, #board td,
#board th { #board th {
min-width: 240px; min-width: 240px;
max-width: 240px;
} }
#board th a { #board th a {