Skip to content

Commit

Permalink
feat: fix sui methods deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennisic committed Oct 13, 2023
1 parent 84fdb97 commit c1ee395
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<img src="@/assets/icons/copy.svg" />
copy</span>
</div>
<a-textarea class="dark:text-white text-[121211]" placeholder="" disabled :rows="4" v-model:value="hashValue"
<a-textarea class="dark:text-white text-[121211] break-word break-all whitespace-normal" placeholder="" disabled :rows="4" v-model:value="hashValue"
:class="theme.themeValue === 'dark' ? 'dark-css' : ''" ref="textareaRef" />
</div>
</a-form>
Expand Down

0 comments on commit c1ee395

Please sign in to comment.