mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #361 from appwrite/fix-overflow-id
fix: overflow and output component
This commit is contained in:
@@ -33,7 +33,6 @@
|
||||
</script>
|
||||
|
||||
<span
|
||||
style:display="inline-block"
|
||||
style:cursor="pointer"
|
||||
on:click|preventDefault={handleClick}
|
||||
on:keyup={clickOnEnter}
|
||||
|
||||
@@ -6,7 +6,10 @@
|
||||
</script>
|
||||
|
||||
<Copy {value}>
|
||||
<div class="interactive-text-output is-textarea" style:min-inline-size="0">
|
||||
<div
|
||||
class="interactive-text-output is-textarea"
|
||||
style:min-inline-size="0"
|
||||
style:display="inline-block">
|
||||
<span class="text u-line-height-1-5 u-break-all"><slot /></span>
|
||||
{#if !hideCopyIcon}
|
||||
<div class="u-flex u-cross-child-start u-gap-8">
|
||||
|
||||
Reference in New Issue
Block a user