
[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;
  }
}


.ace-monokai .ace_marker-layer{
  .ace_selected-word{
    border-bottom: 2px solid yellow !important;
  }
  .ace_selection{
    background-color: rgba(255, 255, 0, 0.25) !important;
    border: 1px solid yellow !important;
  }
}
