iframe button text right (#2285)

This commit is contained in:
Peer Richelsen 2022-03-25 23:15:16 +01:00 committed by GitHub
parent 897d255676
commit 6c62918c1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ function IframeEmbedContainer() {
<ListItemTitle component="h3">{t("standard_iframe")}</ListItemTitle> <ListItemTitle component="h3">{t("standard_iframe")}</ListItemTitle>
<ListItemText component="p">{t("embed_your_calendar")}</ListItemText> <ListItemText component="p">{t("embed_your_calendar")}</ListItemText>
</div> </div>
<div> <div className="text-right">
<input <input
id="iframe" id="iframe"
className="focus:border-brand px-2 py-1 text-sm text-gray-500 focus:ring-black" className="focus:border-brand px-2 py-1 text-sm text-gray-500 focus:ring-black"