mirror of https://github.com/apache/nifi.git
NIFI-434 adjusting CSS to not break on spaces
for the first three columns of a property table
This commit is contained in:
parent
0c5abce5f9
commit
2f09e6ec5a
|
@ -113,6 +113,10 @@ table tr:last-child td:last-child {
|
||||||
border-bottom-right-radius:3px;
|
border-bottom-right-radius:3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td#allowable-values, td#default-value, td#name {
|
||||||
|
white-space:nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
/* links */
|
/* links */
|
||||||
|
|
||||||
a, a:link, a:visited {
|
a, a:link, a:visited {
|
||||||
|
|
Loading…
Reference in New Issue