Keep link chip visible beside truncated result titles
This commit is contained in:
@@ -95,10 +95,20 @@
|
||||
.results-table .title-line {
|
||||
font-weight: 700;
|
||||
max-width: 600px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
min-width: 0;
|
||||
}
|
||||
.results-table .title-line .title-text {
|
||||
min-width: 0;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.results-table .title-line .link-chip {
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
.results-table .author-cell {
|
||||
max-width: 160px;
|
||||
white-space: nowrap;
|
||||
|
||||
Reference in New Issue
Block a user