Skip to content
English
  • There are no suggestions because the search field is empty.

[Internal] Design Resolutions by UpdatedChrome

Compilation of Updated Chrome design resolvements

1. overflow:hidden
With IronPdf
 
With UpdatedChrome
 
 
2. line-height: 129% and custom paper size of 6 x 9 inch
 
With IronPDF
textclip

 

With UpdatedChrome. Text position adjusted accordingly

textclipfixed

 

3.   <div style="display: grid; grid-template-columns: 1fr 1fr 1fr">
<div style="display:grid; grid-template-columns: subgrid; grid-column: 1/4">

 

With IronPDF

subgridissue

With UpdatedChrome. Layout adjusted to subgrid as expected

subgridfixed