﻿body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

/* Quill */
/* Firefox bug - not justified text */
.ql-align-justify {
    text-align: justify;
    white-space: pre-line; 
}