DexterLien
Results
3
comments of
DexterLien
> > page-break-inside: avoid; > > Hi, how you avoid the next page enters with no padding on top ? i try your solution but when content is too big,...
> @lpwm @danilockthar try adding: > > ``` > @page { > size: A4; > margin: 15mm 15mm 15mm 15mm; > } > ``` Finally found the issue was caused...
@cyanBone Thanks, but your solution seems related to a JetBrains's IDE, I was wondering to do this in VSCode.