#texteditContent {

    textarea {
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        border: none;
        margin: none;
        border-radius: 0px;
        resize: none;
    }
}