Skip to content

Commit

Permalink
Merge pull request #2195 from ORCID/fix/9134-qa-intro-text-too-small-…
Browse files Browse the repository at this point in the history
…in-oauth-screen

style: Fix text size in authorize page
  • Loading branch information
leomendoza123 authored Mar 13, 2024
2 parents 0e43d6f + 09e5e00 commit f0b18d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ <h1 class="orc-font-heading-small" i18n="@@authorize.authorize">
</mat-card-header>
<mat-card-content class="authorize-content">
<p
class="mat-caption m-b-16 m-t-16"
class="m-b-16 m-t-16"
i18n="@@authorize.youAreCurrentlySignin"
>
You are currently signed in as:
Expand Down

0 comments on commit f0b18d4

Please sign in to comment.