mirror of https://github.com/apache/nifi.git
NIFI-434 formatting tds to not wrap on spaces
This commit is contained in:
parent
10f724753c
commit
2c418ece71
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue