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