diff --git a/.mailmap b/.mailmap index c28005fe0..53c5fdab2 100644 --- a/.mailmap +++ b/.mailmap @@ -77,6 +77,7 @@ Richard D. Worth Rick Waldron Rick Waldron Robert Katić +Roman Reiß Ron Otten Sai Lung Wong Scott González diff --git a/AUTHORS.txt b/AUTHORS.txt index b30e719a9..0aff9194c 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -216,3 +216,4 @@ Jakob Stoeck Christopher Jones Forbes Lindesay S. Andrew Sheppard +Roman Reiß diff --git a/src/css.js b/src/css.js index 5e22dae00..2a3a84d00 100644 --- a/src/css.js +++ b/src/css.js @@ -222,6 +222,8 @@ jQuery.extend({ cssNumber: { "columnCount": true, "fillOpacity": true, + "flexGrow": true, + "flexShrink": true, "fontWeight": true, "lineHeight": true, "opacity": true,