Skip to content

Commit dae6201

Browse files
authored
Merge pull request #1 from kuvandjiev/max_min_width_added
max-width and min-width added to allowed_css_properties
2 parents 4f92357 + 3989e4c commit dae6201

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

html5lib/filters/sanitizer.py

+2
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,8 @@
577577
'height',
578578
'letter-spacing',
579579
'line-height',
580+
'max-width',
581+
'min-width',
580582
'overflow',
581583
'pause',
582584
'pause-after',

0 commit comments

Comments
 (0)