Skip to content

Commit

Permalink
fix: auth templates on mobile screens
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed Sep 2, 2024
1 parent 63ba2a6 commit a9ebd84
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 a9ebd84

Please sign in to comment.