Skip to content

Add an option for inherited text align #18490

@redzepiredzep

Description

@redzepiredzep

Is your feature request related to a problem?

When nesting multiple widgets you need to align every one of them by hand in case you want to deviate from the default (justify). This is both time consuming as well as prone to error.
If the container widget is set to "text-align:left" the inner widgets should follow that unless otherwise stated.

Describe the solution you'd like

Add a 5th align option (inherit) that is optionally selectable as a new default for widgets. Widgets with that align setting should inherit the text-align value from their parent widget (or their parents parents in case of multiple level nesting)

Describe alternatives you've considered

Considered adding a custom displaydriver which handles every flowpart + editing the admintheme to add the inherited option in the selection.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions