style: ACL rules has no max-width (#820)

This commit is contained in:
CamilleLegeron 2024-02-15 15:12:19 +01:00 committed by GitHub
parent d008a32eb3
commit af38519ce3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 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

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