/*
 * This file is part of the Allegra application, a tool for project and change management.
 * Copyright (c) 2024 Alltena
 *
 * Use and distribution of this software is governed by the Allegra license conditions.
 */

/**
 *
 * @author adrianbojani
 * @date 02/09/2024
 */

.math-dialog-container {
    display: flex;
    flex-direction: column;
    gap: 0 0;
    align-items: start;
}

.math-dialog-textarea {
    align-self: stretch;
}

.math-dialog-doc-link {
    align-self: flex-end;
}

.math-dialog-preview {
    align-self: stretch;
    min-height: 60px;
    margin-bottom: 1rem;
    padding-top: 0.5rem;
    overflow: auto;
}