Skip to content

Commit

Permalink
Merge pull request #848 from nextcloud/fix/extension-alignment
Browse files Browse the repository at this point in the history
fix: Correct alignment of recommendation text
  • Loading branch information
skjnldsv authored Feb 28, 2025
2 parents 7c9495c + dfbc217 commit e2d6a61
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
4 changes: 2 additions & 2 deletions js/recommendations-dashboard.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/recommendations-dashboard.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/recommendations-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/recommendations-main.js.map

Large diffs are not rendered by default.

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

0 comments on commit e2d6a61

Please sign in to comment.