nagasurendra commited on
Commit
e7eeeae
·
verified ·
1 Parent(s): 7229c2d

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +1 -1
templates/menu.html CHANGED
@@ -355,6 +355,7 @@ form-check-input addon-option{
355
  .toggle-container {
356
  display: flex;
357
  align-items: center;
 
358
  }
359
 
360
  /* Custom toggle checked style */
@@ -379,7 +380,6 @@ form-check-input addon-option{
379
  transform: translateX(20px); /* Moves the toggle to the right */
380
  }
381
 
382
-
383
  /* Optional: Style the labels */
384
  .form-check-label {
385
  font-size: 16px;
 
355
  .toggle-container {
356
  display: flex;
357
  align-items: center;
358
+ justify-content: flex-start; /* Align to the left */
359
  }
360
 
361
  /* Custom toggle checked style */
 
380
  transform: translateX(20px); /* Moves the toggle to the right */
381
  }
382
 
 
383
  /* Optional: Style the labels */
384
  .form-check-label {
385
  font-size: 16px;