code, kbd, samp {
    font-size: 1.5em !important; 
}

/* Target only Asset Injector's Ace Editor */
.ace_editor {
  font-size: 1em;
  line-height: 1.5;
  font-family: Monaco, Menlo, 'Ubuntu Mono', Consolas, monospace;
}

/* Line number alignment */
.ace_gutter {
  line-height: 1.5em;
}

.ace_gutter-cell {
  padding-top: 0;
  padding-bottom: 0;
  line-height: inherit;
  font-size: 1em;
}

/* Text line adjustments */
.ace_line {
  height: 1.5em;
  line-height: inherit;
}

/* Only one necessary !important for Ace's inline styles */
.ace_scroller {
  line-height: 1.5em !important; /* Required to override inline style */
}