#priority-schemes-table .operations-list {
  white-space: nowrap;
}
#priority-schemes-table td {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -ms-hyphens: auto;
  hyphens: auto;
}
#associate-priority-scheme .buttons-container {
  margin-top: 15px;
}
#associate-priority-scheme select {
  overflow-y: auto;
}
#associate-priority-scheme form {
  margin-top: 10px;
}
.jira-dialog .jira-global-messages:not(:empty) {
  overflow: auto;
  padding: 20px;
}
