Quora: generous line spacing
Increases spacing between lines and paragraphs in answers so the text breathes and reads more comfortably.
Code to copy
/* Add generous line spacing inside answer text */
div[class*="q-box"] [class*="qu-userSelect"] p,
div[class*="q-box"] [class*="qu-userSelect"] li,
div[class*="puppeteer_test_answer_content"] p {
line-height: 1.8 !important;
}
div[class*="q-box"] [class*="qu-userSelect"] p {
margin-bottom: 1em !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.