Add max-width to board column
This commit is contained in:
parent
0771fcbde7
commit
c28eefa100
|
|
@ -747,6 +747,7 @@ nav .active a {
|
|||
#board td,
|
||||
#board th {
|
||||
min-width: 240px;
|
||||
max-width: 240px;
|
||||
}
|
||||
|
||||
#board th a {
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
#board td,
|
||||
#board th {
|
||||
min-width: 240px;
|
||||
max-width: 240px;
|
||||
}
|
||||
|
||||
#board th a {
|
||||
|
|
|
|||
Loading…
Reference in New Issue