Skip to content

Commit

Permalink
hide CodeEditor touch controls menu
Browse files Browse the repository at this point in the history
  • Loading branch information
keithjgrant committed Mar 9, 2021
1 parent 0b57522 commit 6f7a717
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions awx/ui_next/src/components/CodeEditor/CodeEditor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ const AceEditor = styled(ReactAce)`
padding-bottom: 4px;
}
& .ace_mobile-menu {
display: none;
}
${props =>
props.hasErrors &&
`
Expand Down

0 comments on commit 6f7a717

Please sign in to comment.