Skip to content

Commit 8bb6160

Browse files
committed
Added gap
1 parent a3fd23a commit 8bb6160

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue3-hive-ui-kit",
33
"private": false,
4-
"version": "0.7.30",
4+
"version": "0.7.31",
55
"type": "module",
66
"description": "UI kit for Vue 3",
77
"files": [

src/components/hive-dialog/hive-dialog.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ $dialog-width-min: 100px;
132132
align-items: center;
133133
justify-content: space-between;
134134
margin-bottom: 5px;
135+
gap: 5px;
135136
136137
&-text {
137138
font-size: 20px;

0 commit comments

Comments
 (0)