From 5771e6e1d5a3a732ead13b86aa4a24836c291b4d Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Thu, 4 Sep 2014 15:23:51 +0000 Subject: [PATCH] About: Make sure the images are properly responsive. props ocean90. see #29494. git-svn-id: https://develop.svn.wordpress.org/trunk@29708 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/about.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wp-admin/css/about.css b/src/wp-admin/css/about.css index b3cdffb505..50c4d9230f 100644 --- a/src/wp-admin/css/about.css +++ b/src/wp-admin/css/about.css @@ -25,6 +25,7 @@ .about-wrap img { margin: 0; max-width: 100%; + height: auto; vertical-align: middle; } @@ -442,4 +443,4 @@ width: 100%; float: none; } -} \ No newline at end of file +}