Skip to content

Commit

Permalink
Merge pull request #4502 from nextcloud/backport/4327/stable26
Browse files Browse the repository at this point in the history
[stable26] fix: link preview width on mobile
  • Loading branch information
mejo- authored Jul 13, 2023
2 parents 60378ad + 946f2ca commit 749cc25
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 18 deletions.
4 changes: 2 additions & 2 deletions js/editor.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/text-editors.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/text-editors.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/text-files.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/text-files.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/text-public.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/text-public.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/text-text.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/text-viewer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/text-viewer.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/nodes/ParagraphView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export default {
color: var(--color-main-text);
padding: 0;
text-decoration: none;
max-width: calc(100vw - 56px);
}
:deep(.widget-default--details) {
Expand Down

0 comments on commit 749cc25

Please sign in to comment.