[ui-ace] .ace_tooltip {
  max-width: 600px;
  white-space: pre-wrap;
}
body .ace_editor * {
  font-family: @font-family-monospace!important;
}

@media (max-width: @screen-md-min) {
  .ace_editor {
    min-height: 350px;
  }
}
