/* === Fix search input height to match button === */
#changelist-search input[type="text"] {
    height: 32px !important;   /* match the button height */
    padding: 4px 8px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    box-sizing: border-box;
}



