Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: Correct alignment of recommendation text
Signed-off-by: Christopher Ng <[email protected]>
  • Loading branch information
Pytal authored and backportbot[bot] committed Mar 3, 2025
commit 1fe90eb4e17daa151f76a9608f59fa322a81c522
3 changes: 0 additions & 3 deletions src/components/RecommendedFile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -187,18 +187,15 @@ export default {
.details {
.file-name {
white-space: nowrap;
margin-bottom: -8px;

.name {
display: inline-block;
max-width: 170px;
color: var(--color-main-text);
text-overflow: ellipsis;
overflow: hidden;
}

.extension {
display: inline;
color: var(--color-text-maxcontrast);
}
}
Expand Down
Loading