.surge-quill > div{
    padding: 0px 10px;
    height: calc(100% - 50px);
    min-height: 100px;
}
.surge-quill.surge-bottom-quill > div{
    padding: 0px 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 230px;
    min-height: 230px;
}
.surge-quill > div .ql-container{
    padding: 0px;
    /* height: calc(100% - 10px); */
    height: 135px;
    background-color: #ffffff;
}
.ql-container code{
    font-family: auto !important;
    padding: 0 !important;
    border-radius: 0 !important;
    white-space: inherit !important;
}