(core) updates from grist-core

This commit is contained in:
Paul Fitzpatrick
2024-02-19 08:42:05 -05:00
4 changed files with 94 additions and 8 deletions

View File

@@ -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};
}

View File

@@ -1914,7 +1914,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;