Skip to content

paragraph-box padding works incorrectly #508

@AlexP11223

Description

@AlexP11223

Looks like left padding of .paragraph-box adds spacing at the right, and top padding adds spacing at the bottom.

.virtualized-scroll-pane .styled-text-area .paragraph-box {
    -fx-padding: 15px 90px 60px 80px;
}

(look at horizontal scrollbar)

.virtualized-scroll-pane .styled-text-area .paragraph-box {
    -fx-padding: 15px 0 60px 80px;
}

.virtualized-scroll-pane .styled-text-area .paragraph-box {
    -fx-padding: 15px 0 60px 0;
}

.virtualized-scroll-pane .styled-text-area .paragraph-box {
    -fx-padding: 15px 0 0 0;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions