Community Forum

Cesar
Keymaster
# 3 years, 12 months ago

Found small CSS code creating an issue.

.printinlinedoc {
    float: right;
    padding-right: 15px;
}

the correct code must be

.printinlinedoc {
    float: right;
    padding-right: 0px;
}