.buttonDiv { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: flex-end; } /* Force the buttons to maintain their size */ .buttonDiv button, .buttonDiv p-button { flex-shrink: 0; }