#sql_log_container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

#query_log_text {
    resize: none;
    height: 100%;
    min-height: 150px;
    background: #f8fafc;
    color: #1e293b;
    border: 0;
    border-top: 1px solid #e5e7eb;
    border-radius: 0;
    font-size: 12px;
    line-height: 1.45;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
}