mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
style: ACL rules has no max-width (#820)
This commit is contained in:
@@ -133,6 +133,9 @@ const cssConditionInputAce = styled('div', `
|
||||
& .ace-chrome, & .ace-dracula {
|
||||
background-color: ${theme.accessRulesFormulaEditorBg};
|
||||
}
|
||||
&:not(:focus-within) .ace_print-margin {
|
||||
width: 0px;
|
||||
}
|
||||
&-disabled .ace-chrome, &-disabled .ace-dracula {
|
||||
background-color: ${theme.accessRulesFormulaEditorBgDisabled};
|
||||
}
|
||||
|
||||
@@ -1906,7 +1906,7 @@ const cssOuter = styled('div', `
|
||||
flex: auto;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
max-width: 800px;
|
||||
max-width: 1500px;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user