Skip to content

Commit

Permalink
Merge pull request #146 from libvue/fix/dialog
Browse files Browse the repository at this point in the history
Fix/dialog
  • Loading branch information
harmendv authored Dec 22, 2023
2 parents 09b56e1 + 747d93b commit 2f68fa3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libvue/core",
"version": "1.1.1",
"version": "1.1.2",
"private": false,
"scripts": {
"dev": "vite",
Expand Down
1 change: 1 addition & 0 deletions src/lib/components/LvDialog/LvDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ export default {
background-color: var(--background-color);
padding: calc(var(--padding) * 2);
max-height: 100%;
width: 100%;
display: flex;
flex-direction: column;
max-width: v-bind(maxWidth);
Expand Down

0 comments on commit 2f68fa3

Please sign in to comment.