Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
NOISSUE - Add bootstrap class to fix login form resizing (#216)
Browse files Browse the repository at this point in the history
Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>
  • Loading branch information
ianmuchyri authored Mar 6, 2024
1 parent 19b48ef commit 078a1b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ui/web/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<body class="login-body">
<div class="container-fluid mt-5 pt-5">
<div class="row p-5">
<div class="login-card col-lg-4 p-md-5 mx-auto mt-5">
<div class="login-card col-lg-4 col-xxl-3 p-md-5 mx-auto mt-5">
<div class="row text-center mb-4 d-flex flex-column align-items-center">
<div class="mb-3 border-bottom pb-3">
<div class="d-flex justify-content-center mt-2">
Expand Down
2 changes: 1 addition & 1 deletion ui/web/templates/registration.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<body class="login-body">
<div class="container-fluid mt-5 pt-5">
<div class="row p-5">
<div class="login-card col-lg-4 p-md-5 mx-auto mt-5">
<div class="login-card col-lg-4 col-xxl-3 p-md-5 mx-auto mt-5">
<div class="row text-center mb-4 d-flex flex-column align-items-center">
<div class="mb-3 border-bottom pb-3">
<div class="d-flex justify-content-center mt-2">
Expand Down
2 changes: 1 addition & 1 deletion ui/web/templates/resetpassword.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<body class="login-body">
<div class="container-fluid mt-5 pt-5">
<div class="row p-5">
<div class="login-card col-lg-4 p-md-5 mx-auto mt-5">
<div class="login-card col-lg-4 col-xxl-3 p-md-5 mx-auto mt-5">
<div class="row text-center mb-4 d-flex flex-column align-items-center">
<div class="mb-3 border-bottom pb-3">
<div class="sidebar-brand d-flex justify-content-center mt-2">
Expand Down
2 changes: 1 addition & 1 deletion ui/web/templates/updatepassword.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="main-content pt-3">
<div class="container-fluid mt-5 pt-5">
<div class="row">
<div class="login-card col-lg-4 p-md-5 mx-auto mt-5">
<div class="login-card col-lg-4 col-xxl-3 p-md-5 mx-auto mt-5">
<div class="row text-center mb-4 d-flex flex-column align-items-center">
<div class="login-header border-bottom pb-3 mb-5 mt-3">
<h2>Update Password</h2>
Expand Down

0 comments on commit 078a1b3

Please sign in to comment.