summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorLeandro Alves <leandroalves@yahooinc.com>2022-06-23 13:53:46 +0200
committerLeandro Alves <leandroalves@yahooinc.com>2022-06-23 13:53:46 +0200
commit25179e0381a433b6141fc4b55f161dcfaa60018f (patch)
tree5bdd8865b892c3f2c909e5bcd15dbe2a1b6aaee7 /client
parent03c60939b66cb761533d3defd244d992ade04daf (diff)
Add max width for the main content block
Diffstat (limited to 'client')
-rw-r--r--client/js/app/src/app/styles/default/default-styles.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/client/js/app/src/app/styles/default/default-styles.js b/client/js/app/src/app/styles/default/default-styles.js
index f04098ec359..d65e4eecaef 100644
--- a/client/js/app/src/app/styles/default/default-styles.js
+++ b/client/js/app/src/app/styles/default/default-styles.js
@@ -214,6 +214,12 @@ function getInputVariantStyles({ fn, cr }, variant, size) {
}
export const defaultStyles = {
+ AppShell: () => ({
+ main: {
+ maxWidth: '1920px',
+ margin: '0 auto',
+ },
+ }),
ActionIcon: (theme, { color }) => ({
root: {
'&:disabled': {