iframe button text right (#2285)
This commit is contained in:
parent
897d255676
commit
6c62918c1f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue