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
Next Next commit
fix: link preview width on mobile
Signed-off-by: Luka Trovic <[email protected]>
  • Loading branch information
luka-nextcloud authored and mejo- committed Jul 13, 2023
commit 68c1f2b53eefc3b05a4104180ec6f94367026fed
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