/* Keep the form dialog a stable height across tabs (tallest tab sets it; shorter
   tabs top-align their content instead of shrinking the dialog). */
.witforms-dialog-tab {
    height: 430px;
    overflow-y: auto;
    padding-right: 8px;
}

/* Monospace inputs for the HTML/JSON editors. */
.witforms-code textarea,
.witforms-code input {
    font-family: ui-monospace, "Cascadia Code", Consolas, "Courier New", monospace;
    font-size: 13px;
    line-height: 1.45;
}
