Skip to content

Commit

Permalink
Fix: padding in page preview
Browse files Browse the repository at this point in the history
  • Loading branch information
rg-wood committed Jul 30, 2024
1 parent d51e1c4 commit 5d570e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grislyeye/link-preview",
"version": "0.0.0",
"version": "0.0.1",
"description": "Custom element to hover link previews",
"main": "link-preview.js",
"type": "module",
Expand Down
2 changes: 2 additions & 0 deletions src/link-preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ class LinkPreview extends LitElement {
overflow: hidden;
border: 1px solid;
background: white;
padding-left: 1em;
padding-right: 1em;
}
`

Expand Down

0 comments on commit 5d570e0

Please sign in to comment.