DSatishchandra commited on
Commit
138fb9f
·
verified ·
1 Parent(s): 416e56f

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +2 -8
templates/menu.html CHANGED
@@ -298,7 +298,7 @@ h1.text-center {
298
  /* Custom checkbox label styles */
299
  .addon-section .form-check-label {
300
  font-size: 16px;
301
- margin-left: 8px;
302
  cursor: pointer;
303
  display: inline-block; /* Ensure label aligns correctly with checkbox */
304
  vertical-align: middle; /* Align text vertically with the checkbox */
@@ -307,14 +307,8 @@ h1.text-center {
307
  .addon-section .form-check input[type="checkbox"],
308
  .addon-section .form-check label {
309
  display: inline-block;
310
- vertical-align: middle; /* Align text and checkboxes vertically */
311
  }
312
- /* Ensure checkboxes are not stacked vertically */
313
- .addon-section {
314
- display: flex;
315
- flex-wrap: wrap; /* Allows items to wrap onto a new line if needed */
316
- align-items: center;
317
- }
318
 
319
  /* Category Filter with Custom Radio Buttons */
320
  form.text-center.mb-4 {
 
298
  /* Custom checkbox label styles */
299
  .addon-section .form-check-label {
300
  font-size: 16px;
301
+ margin-left: 5px;
302
  cursor: pointer;
303
  display: inline-block; /* Ensure label aligns correctly with checkbox */
304
  vertical-align: middle; /* Align text vertically with the checkbox */
 
307
  .addon-section .form-check input[type="checkbox"],
308
  .addon-section .form-check label {
309
  display: inline-block;
310
+ /* vertical-align: middle; /* Align text and checkboxes vertically */
311
  }
 
 
 
 
 
 
312
 
313
  /* Category Filter with Custom Radio Buttons */
314
  form.text-center.mb-4 {