﻿
/* This style is applied to the ticket description, when viewing a ticket */
.HTMLDescriptionBackground {
    background-color: white;
    /*border: 1px solid #ababab;*/
    padding: 0.12rem;
    font-size: 0.8em;
}

    .HTMLDescriptionBackground img {
        max-width: 100%;
        max-height: 100%;
    }