-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Labels
Milestone
Description
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.