﻿
/*
    CUSTOM MARGING :
*/

.ml-0d5, .mx-0d5 {
    margin-left: 2px !important;
}

.mr-0d5, .mx-0d5 {
    margin-right: 2px !important;
}

.mb-0d5 {
    margin-bottom: 2px !important;
}


/*
    TRANSFORME UNE ZONE DE TEXTE EN PROMPT VISUELLEMENT
*/

.stacktrace-container {
    background-color: #1e1e1e;
    color: #dcdcdc;
    padding: 1rem;
    border-radius: 8px;
    font-family: Consolas, "Courier New", monospace;
    overflow-x: auto;
    white-space: pre-wrap;
    word-break: break-word;
}