sensors.component.scss 236 B

12345678910111213
  1. .buttonDiv {
  2. display: flex;
  3. flex-direction: row;
  4. flex-wrap: nowrap;
  5. align-items: center;
  6. justify-content: flex-end;
  7. }
  8. /* Force the buttons to maintain their size */
  9. .buttonDiv button,
  10. .buttonDiv p-button {
  11. flex-shrink: 0;
  12. }