mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
revert changes
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
<Copy {value}>
|
||||
<div class="interactive-text-output is-textarea">
|
||||
<span class="text u-line-height-1-5 u-break-word"><slot /></span>
|
||||
<span class="text u-line-height-1-5 u-break-all"><slot /></span>
|
||||
|
||||
<div class="u-flex u-cross-child-start u-gap-8">
|
||||
<button class="interactive-text-output-button" aria-label="copy text">
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
<div class="interactive-text-output" class:is-textarea={show}>
|
||||
{#if show}
|
||||
<span class="text u-line-height-1-5 u-break-word">{value}</span>
|
||||
<span class="text u-line-height-1-5 u-break-all">{value}</span>
|
||||
{:else}
|
||||
<span class="text">••••••••••••</span>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user