Remove unnecessary CSS rule for form editor max width

[MAILPEOT-4029]
This commit is contained in:
Rostislav Wolny
2022-01-06 14:35:57 +01:00
committed by Veljko V
parent faf9ea38e3
commit b84893ee9b

View File

@@ -16,12 +16,6 @@
background-color: $color-white;
}
// Fix for fixed bar forms
// This will prevent editor width to grow and push sidebar out of the screen
.interface-interface-skeleton__editor {
max-width: 100%;
}
// Fix for settings toolbar placement in header
.edit-post-header {
flex-direction: row-reverse;