Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Giovanni Brienza• 310

    @giobooo

    Posted

    You could maybe use a flex row, justify content space between for the buttons' container to align the last button to the end of the container.

    .btn-group{ display: flex; flex-direction: row; justify-content: space-between; width: 100%; }

    Marked as helpful

    0