NIFI-434 adjusting CSS to not break on spaces

for the first three columns of a property table
This commit is contained in:
danbress 2015-03-23 09:14:29 -04:00
parent 0c5abce5f9
commit 2f09e6ec5a
1 changed files with 4 additions and 0 deletions

View File

@ -113,6 +113,10 @@ table tr:last-child td:last-child {
border-bottom-right-radius:3px;
}
td#allowable-values, td#default-value, td#name {
white-space:nowrap;
}
/* links */
a, a:link, a:visited {