Fixed and closed #462: no-wrap via CSS rather than hardcoded non-breaking spaces.
This commit is contained in:
parent
2bf5df3368
commit
9aeec36642
4 changed files with 9 additions and 6 deletions
|
@ -248,6 +248,7 @@ tr.tableheader td, th {
|
|||
margin: 0px;
|
||||
padding: 2px 5px 2px 5px;
|
||||
border-bottom: solid 1px #999999;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
tr.tablerow td {
|
||||
|
|
|
@ -270,6 +270,7 @@ tr.tableheader td, th {
|
|||
margin: 0px;
|
||||
padding: 2px 5px 2px 5px;
|
||||
border-bottom: solid 1px #DDDDDD;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
tr.tablerow td {
|
||||
|
|
|
@ -250,6 +250,7 @@ tr.tableheader td, th {
|
|||
margin: 0px;
|
||||
padding: 2px 5px 2px 5px;
|
||||
border-bottom: solid 1px #999999;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
tr.tablerow td {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue