Skip to content

Commit

Permalink
Fixes Left and Right Login Layout Color Not Fully Showing (openemr#5759
Browse files Browse the repository at this point in the history
  • Loading branch information
tywrenn authored Sep 20, 2022
1 parent 0f50704 commit 5277332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/login/login.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
// This code allows configurable positioning in the login page
$logoarea = "py-2 px-2 py-md-3 px-md-5 order-1 bg-primary";
$formarea = "py-3 px-2 p-sm-5 bg-white order-2";
$loginrow = "row login-row bg-white shadow-lg align-items-center my-sm-5";
$loginrow = "row login-row bg-primary shadow-lg align-items-center m-0 my-sm-5";

// Apply these classes to the logo area if the login page is left or right
$lrArr = ['left', 'right'];
Expand Down

0 comments on commit 5277332

Please sign in to comment.