mirror of https://github.com/apache/nifi.git
NIFI-1695:
- Removing hidden control characters that were affecting graph styles. This closes #311
This commit is contained in:
parent
2337f5cad3
commit
16108467c1
|
@ -53,7 +53,7 @@ text.unset {
|
|||
*/
|
||||
|
||||
g.component {
|
||||
font-family: Arial, sans-serif;
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
|
||||
g.component.selected rect.border {
|
||||
|
@ -108,7 +108,7 @@ text.processor-stats-info {
|
|||
*/
|
||||
|
||||
g.connection {
|
||||
font-family: Arial, sans-serif;
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
|
||||
path.connector {
|
||||
|
|
|
@ -69,7 +69,7 @@ div.context-menu-item-text {
|
|||
margin-left: 4px;
|
||||
line-height: 16px;
|
||||
float: left;
|
||||
font-family: Arial, sans-serif;
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
|
|
|
@ -167,7 +167,7 @@ div.legend-label {
|
|||
|
||||
#status-history-chart-container text, #status-history-chart-control-container text {
|
||||
fill: #527991;
|
||||
font-family: Arial, sans-serif;
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue