mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 08:11:52 +01:00
Prevent large images in comments from overflowing the meta box.
props mattheu. fixes #26643. Built from https://develop.svn.wordpress.org/trunk@27252 git-svn-id: http://core.svn.wordpress.org/trunk@27109 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
19be701a86
commit
6f8cfb1c00
@ -111,6 +111,10 @@ h3.dashboard-widget-title small a:hover {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#the-comment-list td.comment img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/* Welcome Panel */
|
||||
.welcome-panel {
|
||||
position: relative;
|
||||
|
@ -111,6 +111,10 @@ h3.dashboard-widget-title small a:hover {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#the-comment-list td.comment img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/* Welcome Panel */
|
||||
.welcome-panel {
|
||||
position: relative;
|
||||
|
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user