@media (max-width: 720px) {
  .action-panel {
    flex-wrap: nowrap;
  }

  .action-panel button {
    flex: 0 0 auto;
    width: 100%;
  }
}
