chromium/chrome/browser/resources/pdf/elements/viewer_properties_dialog.css

/* Copyright 2024 The Chromium Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */

/* #css_wrapper_metadata_start
 * #type=style-lit
 * #import=chrome://resources/cr_elements/cr_shared_style_lit.css.js
 * #import=chrome://resources/cr_elements/cr_shared_vars.css.js
 * #include=cr-shared-style-lit
 * #css_wrapper_metadata_end */

:host {
  --break-padding: 8px;
}

cr-dialog::part(dialog) {
  width: fit-content;
}

table {
  border-spacing: 0;
}

.break > td {
  --break-color: var(--google-grey-300);
  border-bottom: 1px solid var(--break-color);
  padding-bottom: var(--break-padding);
}


.break + tr > td {
  padding-top: var(--break-padding);
}

.name {
  color: var(--cr-primary-text-color);
  padding-inline-end: 12px;
  vertical-align: top;
}

.value {
  color: var(--cr-secondary-text-color);
  max-width: 300px;
  min-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#keywords {
  white-space: normal;
}