Overflow:auto for pre tags in the plugin information popup. props Simek, fixes #16902.

git-svn-id: https://develop.svn.wordpress.org/trunk@18523 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2011-08-10 19:17:26 +00:00
parent 51982620ce
commit 0c5290d9e3
3 changed files with 3 additions and 2 deletions

View File

@@ -147,4 +147,5 @@ div.star img {
#plugin-information pre {
padding: 7px;
overflow: auto;
}