NIFI-434 formatting tds to not wrap on spaces

This commit is contained in:
danbress 2015-03-23 09:39:24 -04:00
parent 10f724753c
commit 2c418ece71
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ table tr:last-child td:last-child {
border-bottom-right-radius:3px;
}
td#allowable-values, td#default-value, td#name {
td#allowable-values, td#default-value, td#name, td#value {
white-space:nowrap;
}