.actionTitleColon {
  margin: 0 2px;
}
.actionLabel {
  max-width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 4px;
}
.actionTitleText {
  display: inline-block;
  max-width: 30%;
  overflow: hidden;
  color: rgba(28, 36, 46, 0.75);
  text-overflow: ellipsis;
}
