.cm-editor {
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  height: 38px;
  width: 100%;

  &.cm-focused {
    outline: none;
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }

  .cm-scroller { overflow: hidden; }
  .cm-content {
    padding: 6px 12px;
    width: 100%;
    min-width: unset;
  }
  .cm-gutters { display: none; }
  .cm-activeLine { background-color: transparent; }
}