Added metadata editor title and ellipsis

This commit is contained in:
Albert Santoni 2015-08-27 20:23:53 -04:00
parent a08d5b71cf
commit 8c90fbe4eb
3 changed files with 9 additions and 0 deletions

View file

@ -423,6 +423,10 @@ li.ui-state-default {
.inner_editor_title h2 {
margin: 10px 0 0 10px;
width: 85%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.inner_editor_title span {
font-size: inherit;