Skip to content

Commit

Permalink
fixed additional css issue with non-sso login path during oauth2 auth…
Browse files Browse the repository at this point in the history
… code workflow
  • Loading branch information
briri committed Sep 23, 2024
1 parent 24e030e commit 3c20db2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/views/layouts/doorkeeper/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
.t-oauth #maincontent .logo {
text-align: center;
}

.c-login__pseudo-description {
margin-top: 5px;
margin-bottom: 5px;
}
</style>
<body class="t-oauth">
<main id="maincontent">
Expand Down

0 comments on commit 3c20db2

Please sign in to comment.