Media: Ensure icons stay within the bounds of their surrounding view. fixes #22522, see #21390.

git-svn-id: https://develop.svn.wordpress.org/trunk@22739 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2012-11-21 08:44:22 +00:00
parent 555141ebe4
commit 04cc69db01
1 changed files with 2 additions and 0 deletions

View File

@ -472,6 +472,8 @@
left: 0;
margin: 0 auto;
overflow: hidden;
max-width: 100%;
max-height: 100%;
}
/* Vertically center the icons. */