/* Bold the ticket name */
.ticket-table-row .col-name > span {
  display: block;
  font-weight: 700;
}

/* Breathing room above the description */
.ticket-table-row .ticket-desc {
  padding-top: 10px;
}