Merge white-space change into main .media_thumbnail class.

This commit is contained in:
Ben Sturmfels 2016-11-13 09:20:37 +11:00
parent 9f59548edb
commit 4db326e2f9

View File

@ -585,7 +585,6 @@ ul#action_to_resolve {list-style:none; margin-left:10px;}
border-radius: 0 0 5px 5px;
padding: 0 0 6px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
border-color: #0D0D0D;
border-style: solid;
@ -1069,7 +1068,3 @@ table.metadata_editor tr td.form_field_input input {
.application-button {
float: right;
}
.media_thumbnail{
white-space: normal;
}