mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
style: ACL rules has no max-width (#820)
This commit is contained in:
parent
d008a32eb3
commit
af38519ce3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user