question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature: Set padding between lines in multi-line paragraph

See original GitHub issue

When wrapping text, does not create a new paragraph and this is normal, But we need to set the padding between the lines in one paragraph Here the padding is set between paragraphs:

.styled-text-area .paragraph-box .paragraph-text { -fx-padding: 10px 0px 0px 0px; }

What should I do?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
JordanMartinezcommented, May 15, 2018

Wow… You’re right. I wrote that part of the wiki and tested it out, so perhaps I thought it referred to space between multiple paragraphs, not the lines between multi-line paragraphs…? I really don’t know how that happened…

Regardless, the wiki has been updated. Thanks for the correction!

0reactions
JordanMartinezcommented, Jun 28, 2018

This isn’t a feature as much as realizing that the ability for this already existed. However, so that this will show up in the list of new “Features” when a new release is made, I’m labeling this as a enhancement and renaming it to account for that.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Multi-Line Padded Text - CSS-Tricks
The line-height property in CSS controls the space between lines of text. It is often set in a unitless value (e.g. line-height: 1.4;)...
Read more >
Android TextView padding between lines - Stack Overflow
If you want padding between text, try LineSpacingExtra="10sp" ... lineSpacingExtra add extra spacing between lines of text of TextView
Read more >
About Line Spacing Within Multiline Text | AutoCAD for Mac ...
Line spacing for multiline text is the distance between the baseline (bottom) of one line of text and the baseline of the next...
Read more >
Change line spacing - Microsoft Support
Change the spacing of text inside cells in Excel 2013 or Excel 2016.
Read more >
Change the line spacing in Word - Microsoft Support
Select Home > Line and Paragraph Spacing, and choose the spacing you want. Options to change line spacing in Word. To customize spacing,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found