mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 11:41:08 -03:30
hide CodeEditor touch controls menu
This commit is contained in:
@@ -33,6 +33,10 @@ const AceEditor = styled(ReactAce)`
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
& .ace_mobile-menu {
|
||||
display: none;
|
||||
}
|
||||
|
||||
${props =>
|
||||
props.hasErrors &&
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user