Clamp long result titles with ellipsis
This commit is contained in:
@@ -592,6 +592,7 @@ input[type="range"].full-slider::-moz-range-track {
|
||||
.results-table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
table-layout: fixed;
|
||||
}
|
||||
.results-table th,
|
||||
.results-table td {
|
||||
@@ -641,9 +642,11 @@ input[type="range"].full-slider::-moz-range-track {
|
||||
}
|
||||
.results-table .title-line {
|
||||
font-weight: 700;
|
||||
max-width: 320px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
word-break: break-word;
|
||||
}
|
||||
.results-table .author-cell {
|
||||
max-width: 160px;
|
||||
|
||||
Reference in New Issue
Block a user