Set max width on media title in history tables

Add watch history to show media info page
This commit is contained in:
Tim
2015-06-23 14:10:37 +02:00
parent 01601605e1
commit a4a44ec34f
6 changed files with 30 additions and 6 deletions

View File

@@ -8149,4 +8149,10 @@ ol.test >li {
background-color: #282828;
margin-right: 20px;
margin-bottom: 20px;
}
.history-table-title {
text-overflow: ellipsis;
overflow: hidden;
max-width: 350px;
}