.memory-entry td:nth-child(8){
  /* OVERRIDE anything that sets the TD to flex (which breaks table layout + adds gaps) */
  display: table-cell !important;
  vertical-align: middle !important;
}

.memory-entry th:nth-child(8){
  display: table-cell !important;
}

/* Stack wrapper */
.memory-entry td:nth-child(8) .jr-actions-stack{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.memory-entry td:nth-child(8) .jr-actions-stack > button{
  max-width: 100%;
}
