net-info-params.css 622 B

123456789101112131415161718192021222324
  1. /* This Source Code Form is subject to the terms of the Mozilla Public
  2. * License, v. 2.0. If a copy of the MPL was not distributed with this
  3. * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  4. /******************************************************************************/
  5. /* Net Info Params */
  6. .netInfoBody .netInfoParamName {
  7. padding: 0 10px 0 0;
  8. font-weight: bold;
  9. vertical-align: top;
  10. text-align: right;
  11. white-space: nowrap;
  12. }
  13. .netInfoBody .netInfoParamValue {
  14. width: 100%;
  15. word-wrap: break-word;
  16. }
  17. .netInfoBody .netInfoParamValue > code {
  18. font-family: var(--monospace-font-family);
  19. }