/* Allow long object names to wrap across lines */
.sig {
  white-space: normal !important;
  word-break: break-word;
}
