Skip to content

Commit

Permalink
Merge pull request #58 from Proj-IDEALS/Responsive-Design
Browse files Browse the repository at this point in the history
Fix UI error
  • Loading branch information
xyTom authored May 8, 2023
2 parents 80dd704 + b1e5d94 commit 115fe0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/app/views/auth0/failure.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- app/views/auth0/failure.html.erb -->

<div class="placeholder" style="margin-top: 16px;"></div>
<h1>Authentication Failure</h1>
<p>Error message: <%= @error_msg %></p>
4 changes: 1 addition & 3 deletions app/app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
</head>

<body style="background: white; margin-top: -16px;">
<div class="flash-message alert-message" style="margin-top: 16px;">

</div>
<div class="flash-message alert-message" style="margin-top: 16px;"></div>
<%= yield %>
</body>
</html>
1 change: 1 addition & 0 deletions app/app/views/user/show.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<div class="placeholder" style="margin-top: 16px;"></div>
<div>
<p>Normalized User Profile:<%= JSON.pretty_generate(@info)%></p>
<p>User Profile:<%= JSON.pretty_generate(@user)%></p>
Expand Down

0 comments on commit 115fe0a

Please sign in to comment.