Community Forum

Cesar
Keymaster
# 4 years 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;
}