Skip to content

Commit

Permalink
Merge pull request #281 from nextcloud/bugfix/noid/safari-overflow
Browse files Browse the repository at this point in the history
Remove duplicate hidden overflow causing safari issues
  • Loading branch information
ChristophWurst authored Sep 4, 2020
2 parents e2288a0 + a807ef5 commit 1e9df5c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion js/dashboard.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/main.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions src/components/RecommendedFile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,6 @@ export default {
}
.details {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
.file-name {
white-space: nowrap;
margin-bottom: -8px;
Expand Down

0 comments on commit 1e9df5c

Please sign in to comment.