@myissue/vue-website-page-builder 3.3.44 → 3.3.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -136,7 +136,7 @@ function prettifyHtml(html) {
|
|
|
136
136
|
<tbody class="pbx-bg-stone-800 pbx-divide-y pbx-divide-gray-200">
|
|
137
137
|
<tr>
|
|
138
138
|
<td
|
|
139
|
-
class="pbx-px-6 pbx-py-3 pbx-text-left pbx-text-xs pbx-text-gray-100 pbx-font-normal pbx-border-solid pbx-border-b"
|
|
139
|
+
class="pbx-border-0 pbx-px-6 pbx-py-3 pbx-text-left pbx-text-xs pbx-text-gray-100 pbx-font-normal pbx-border-solid pbx-border-b"
|
|
140
140
|
>
|
|
141
141
|
{{ getElement?.outerHTML }}
|
|
142
142
|
</td>
|