/* A hack to make the input be multi-line after applying wysiwyg */
input.customdata-custom-layout-wysiwyg[type="text"] {
    /* 140px is 7 rows, like in the description wysiwyg */
    height: 140px !important;
    padding: 14px;
}
