RSS Git Download  Clone
Raw Blame History 422B 19 lines
p3xr-main-key {
  .p3x-main-key-type-string-value {
    font-family: monospace;
    font-size: 18px;
    line-height: 20px;
    overflow: auto;
    max-height: 600px;
   // white-space: pre-wrap;
   // word-wrap: break-word;
    width: 100%;
  }

  .p3xr-main-key-label-key-title {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: rgba(128, 128, 128, 0.5);
    cursor: pointer;
  }
}