Community Forum

adminkitobkhona
Хранитель
# 4 года, 11 месяцев назад

Found small CSS code creating an issue.

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

the correct code must be

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