Skip to content

Commit

Permalink
Merge pull request #29 from docknetwork/fix/default-template-misalign…
Browse files Browse the repository at this point in the history
…ment

Fix default template QR can be pushed away
  • Loading branch information
cykoder committed Apr 24, 2023
2 parents 548aa2b + 0824603 commit fe7f4cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@docknetwork/prettyvc",
"description": "Render pretty verifiable credentials",
"version": "1.3.15",
"version": "1.3.16",
"main": "lib/index.js",
"license": "MIT",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions styles/diploma.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
display: flex;
margin-top: auto;
margin-right: 1em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.prettyVC-diploma-footersubject-wrap > strong {
Expand Down Expand Up @@ -101,6 +104,7 @@
.prettyVC-diploma-qrimage {
margin-left: auto;
width: 8em;
flex-shrink: 0;
}

.prettyVC-diploma-qrimage-center {
Expand Down

0 comments on commit fe7f4cd

Please sign in to comment.