Skip to content

Commit

Permalink
fix(LinkBubble): Add some padding and border radius
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- committed Jan 30, 2024
1 parent aa673ab commit b73181a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/components/Link/LinkBubbleView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -260,16 +260,24 @@ export default {
}
&__reference-list {
padding-right: 4px;
padding: 4px;
padding-top: 0;
:deep(a.widget-default) {
margin: 0;
border: 0;
border-radius: unset;
}
:deep(img.widget-default--image) {
border-radius: var(--border-radius-large);
}
}
&__edit {
padding: 4px;
padding-top: 0;
.input-field {
margin-bottom: 12px;
}
Expand Down

0 comments on commit b73181a

Please sign in to comment.