Skip to content

Commit

Permalink
fix: link preview width on mobile
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Trovic <luka@nextcloud.com>
  • Loading branch information
luka-nextcloud authored and mejo- committed Jul 13, 2023
1 parent 60378ad commit 68c1f2b
Showing 1 changed file with 1 addition and 0 deletions.
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 68c1f2b

Please sign in to comment.