I am using StyleClassedTextArea like a textbox with styles in my app
However the text inside StyleClassedTextArea doesn't appear to be properly padded on all sides like it does in the textbox
Textbox:
I have tried this:
.styled-text-area .paragraph-box:first-paragraph .paragraph-text {
-fx-padding: 10 10 10 10;
}
Doesn't seem to work.
Please suggest a solution