/* remove auto-tag buttons */
div.details-edit > div:not(.dropdown) > button.btn.btn-secondary {
  display: none;
}

/* don't truncate titles */
h3 > .TruncatedText {
  display: inherit;
}

/* job queue don't scoll */
.job-table.card {
  height: inherit;
}
