changed css to fix text on thumbnail

This commit is contained in:
Matt 2016-08-15 15:11:12 +10:00
parent 65805ffb0d
commit 9f59548edb

View File

@ -1069,3 +1069,7 @@ table.metadata_editor tr td.form_field_input input {
.application-button {
float: right;
}
.media_thumbnail{
white-space: normal;
}