tweak share toast style
diff --git a/src/editor/Preview.vue b/src/editor/Preview.vue
index 2af8236..9c0601c 100644
--- a/src/editor/Preview.vue
+++ b/src/editor/Preview.vue
@@ -688,6 +688,11 @@
   &.toast-shared-url {
     min-width: auto;
     z-index: 9999999 !important;
+
+    .el-message__content {
+      padding-right: 20px;
+      line-height: 1.25;
+    }
   }
 }
 </style>