nagasurendra commited on
Commit
819bead
·
verified ·
1 Parent(s): 424b262

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +2 -2
templates/menu.html CHANGED
@@ -499,8 +499,8 @@
499
  #filter-form {
500
  display: flex;
501
  flex-direction: column;
502
- align-items: center;
503
- justify-content: center;
504
  margin-bottom: 20px;
505
  }
506
  .form-label {
 
499
  #filter-form {
500
  display: flex;
501
  flex-direction: column;
502
+ align-items: flex-start; /* Align to the left */
503
+ justify-content: flex-start; /* Align to the top */
504
  margin-bottom: 20px;
505
  }
506
  .form-label {