Module bodies are centered at 820px; make them full width like TYPO3 #107
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Cloonar/deckle#107
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In the module area (Page, Edit and List modules) everything sits in a centered
820px column (
.page-module__inner:max-width: 820px; margin: 0 auto).TYPO3's backend modules use the full width instead.
Agreed spec (from grilling):
full module width, left-aligned (View and Media already do).
.element-form) and thepage-settings front-matter form (
.settings-form) get a left-alignedmax-width: 820px; lists, tables and the element grid stretch.