mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
add missing -ms-grid display property to support IE grid layouts (#1926)
This commit is contained in:
parent
9a63797aa7
commit
ee3ca35636
@ -65,6 +65,7 @@ const parseDisplayValue = (display: string): Display => {
|
||||
case '-webkit-flex':
|
||||
return DISPLAY.FLEX;
|
||||
case 'grid':
|
||||
case '-ms-grid':
|
||||
return DISPLAY.GRID;
|
||||
case 'ruby':
|
||||
return DISPLAY.RUBY;
|
||||
|
Loading…
Reference in New Issue
Block a user