Skip to content

Commit e2d6a61

Browse files
authored
Merge pull request #848 from nextcloud/fix/extension-alignment
fix: Correct alignment of recommendation text
2 parents 7c9495c + dfbc217 commit e2d6a61

5 files changed

Lines changed: 6 additions & 9 deletions

File tree

js/recommendations-dashboard.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/recommendations-dashboard.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/recommendations-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/recommendations-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/RecommendedFile.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,18 +187,15 @@ export default {
187187
.details {
188188
.file-name {
189189
white-space: nowrap;
190-
margin-bottom: -8px;
191190
192191
.name {
193-
display: inline-block;
194192
max-width: 170px;
195193
color: var(--color-main-text);
196194
text-overflow: ellipsis;
197195
overflow: hidden;
198196
}
199197
200198
.extension {
201-
display: inline;
202199
color: var(--color-text-maxcontrast);
203200
}
204201
}

0 commit comments

Comments
 (0)