Plugins: Don't strip line breaks and blockquote elements in the plugin information modal.

Fixes #40679.

git-svn-id: https://develop.svn.wordpress.org/trunk@40633 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90)
2017-05-11 19:15:30 +00:00
parent a619778c3b
commit 2dbc6ea67b
2 changed files with 11 additions and 2 deletions

View File

@@ -2817,6 +2817,14 @@ div.action-links {
border: 1px solid #ccc;
}
#plugin-information blockquote {
border-left: 2px solid #ddd;
color: #666;
font-style: italic;
margin: 1em 0;
padding: 0 0 0 1em;
}
/* rtl:ignore */
#plugin-information .review {
overflow: hidden; /* clearfix */