/**
    Padding
*/
/**
    Margin Section
*/
/**
    Font Section
*/
/*
    Canvas Element Colors
*/
.processParameter-footer-container {
  display: inline-flex;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 12px;
}

.processParameter-footer-container .processParameter-footer-text {
  flex-grow: 1;
  margin-top: 6px;
}

.processParameter-footer-container .processParameter-footer-link-container {
  flex-grow: 1;
  margin-left: 4px;
}
