mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
fix: Avoid email icon getting distorted (#5633)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
@@ -10,10 +10,11 @@
|
||||
<woot-button
|
||||
v-if="showCopy"
|
||||
type="submit"
|
||||
variant="link"
|
||||
variant="clear"
|
||||
size="tiny"
|
||||
color-scheme="secondary"
|
||||
icon="clipboard"
|
||||
class-names="icon copy-icon"
|
||||
class-names="copy-icon"
|
||||
@click="onCopy"
|
||||
/>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user