Skip to content

Commit

Permalink
Merge pull request #1330 from appwrite/fix-auth-templates-mobile
Browse files Browse the repository at this point in the history
fix: auth templates on mobile screens
  • Loading branch information
TorstenDittmann authored Sep 2, 2024
2 parents 63ba2a6 + a9ebd84 commit d49cad4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
>here</a
>.
</p>
<div class="u-margin-block-start-16 u-flex u-gap-8">
<div class="u-margin-block-start-16 u-flex u-flex-wrap u-gap-8">
<slot />
</div>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</script>

<Box radius="small" class="u-flex u-gap-16 u-cross-center">
<div class="u-un-break-text">
<div class="u-un-break-text is-not-mobile">
<span class="icon-translate" />
<span class="text">Template language</span>
</div>
Expand Down

0 comments on commit d49cad4

Please sign in to comment.