/* Custom CSS to highlight private notes
   added by gfuchs@sipwise.com */

:root {
  --primary-color: #236155;
}

.bugnote-private { background-color: #ffd24d !important; }

/* Custom CSS to avoid PRE blocks stretching out too far into overflow-y
   added by gfuchs@sipwise.com */

td.bug-additional-information {
  max-width: 800px;
}

td.bug-additional-information pre {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  white-space: pre;
  box-sizing: border-box;
}

td.bugnote-note pre {
  max-width: 70vw;
}
