﻿.ql-editor {
    min-height: 500px;
    overflow: hidden;
}

button {
    margin-right: 10px;
    padding: 8px 12px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    button:hover {
        background-color: #0056b3;
    }

