mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-24 14:34:26 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user