Bug: Fix IE issues in Widget (#734)

This commit is contained in:
Pranav Raj S
2020-04-17 16:45:12 +05:30
committed by GitHub
parent 2aa92d46fc
commit e3ccfc4662
2 changed files with 7 additions and 11 deletions

View File

@@ -5,7 +5,7 @@
rel="noreferrer noopener nofollow"
target="_blank"
>
<img src="~widget/assets/images/logo.svg" />
<img src="~widget/assets/images/logo.svg" alt="ChatwootLogo" />
<span>Powered by Chatwoot</span>
</a>
</template>
@@ -36,6 +36,7 @@
img {
margin-right: $space-smaller;
max-width: $space-slab;
max-height: $space-slab;
}
}
</style>