Set max width on media title in history tables
Add watch history to show media info page
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user