[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: package docs responsiveness (#839)

authored by

Vrajpal Jhala and committed by
GitHub
cfd2822c 1448d260

+7
+7
app/pages/package-docs/[...path].vue
··· 472 472 .docs-content .docs-members pre code { 473 473 @apply text-fg-muted; 474 474 } 475 + 476 + .docs-content .docs-symbol-name, 477 + .docs-content .docs-members dl dd, 478 + .docs-content .docs-members dl dt code, 479 + .docs-content .docs-section .docs-symbol .docs-description { 480 + word-break: break-all; 481 + } 475 482 </style>