To-do list card

I created this custom Home Assistant card; Todo Swipe Card.

This card has many customization options. You can use it as a single todo card or add multiple todo cards and swipe between them:

Does anyone know how to make the items expand across two lines? See the fist item in this list is cut off.

Update: Found the answer -

card_mod:
  style: |
    .summary {
      text-wrap-mode: wrap !important;
       }

is there a way to make the checkboxes bigger? someone has a code for that?

Is it possible to change the order of the the default card in the sidebar to display_order: duedate_asc?

Hello there,
I found this topic and adopted roughly 90% of the solutions. There is one that was not discussed
The spacing can be reduced when creating the list. It’s OK

BUT <<===

When I want organize the list (three dots, reorder…) the spacing comes back to the initial value .
My knowledge of CSS is quite weak - impossible for me to create something that could work.
Has anyone faced this problem and may have a solution?