Print/Pdf Output customize

Hallo together,

i'm not so good in CSS. I want to reduce the distance between the fields on the DisplayForm. In The Screenshot the yello marked areas. Can anyone give me a tip?

Hi @Pro2000MD,

Try using this CSS snippet and adding a small-margins class to all fields:

.k-pdf-export .small-margins {
    margin-top: -10px;
    margin-bottom: -10px;
}
1 Like

Hi @IliaLazarevskii

thank you for your help. Thats work fine.