.grapesjs_wrapper{
  height:80vh;
}

.grapesjs_wrapper .gjs-field input,.grapesjs_wrapper .gjs-field select,.grapesjs_wrapper .gjs-field textarea{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: inherit !important;
    border: none !important;
    background-color: transparent !important;
    box-sizing: border-box !important;
    width: 100%;
    position: relative !important;
    padding: 5px !important;
    z-index: 1 !important;
    font-size:12px !important;
}
.gjs-editor{
  font-size:12px;
}
.gjs-pn-panel.gjs-pn-devices-c{
  padding:0px 5px;
}
.gjs-pn-views-container{
  z-index:1 !important;
  width: 20% !important;
}
.gjs-cv-canvas{
  width:80% !important;
}
.gjs-custom-code .CodeMirror{
  height:300px;
}