Community Forum

admin
Keymaster
# 4 years, 3 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;
}