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
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