Media: Prevent the compat view from wrapping around the attachment details. Allow the filename to break-word. props koopersmith, SergeyBiryukov. fixes #22667.
git-svn-id: http://core.svn.wordpress.org/trunk@22983 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -258,8 +258,7 @@
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.attachment-info .details,
|
||||
.attachment-info .compat-meta {
|
||||
.attachment-info .details {
|
||||
float: right;
|
||||
}
|
||||
|
||||
|
||||
@@ -1173,6 +1173,7 @@
|
||||
.attachment-info .filename {
|
||||
font-weight: bold;
|
||||
color: #464646;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.attachment-info .thumbnail {
|
||||
@@ -1216,10 +1217,7 @@
|
||||
.attachment-info .details {
|
||||
float: left;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.attachment-info .compat-meta {
|
||||
float: left;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.attachment-info .delete-attachment a {
|
||||
|
||||
Reference in New Issue
Block a user