Latest solutions
Expenses chart responsive and with a random data generator
#typescript#sass/scssSubmitted about 2 years ago
Latest comments
- @lauriejefferson@giobooo
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