.order-item table {
  table-layout: fixed;
  overflow-wrap: break-word;
}
.account .content {
  padding: 0;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation: portrait) {
  .order-item {
    width: fit-content;
  }
  .order-item table {
    table-layout: auto;
  }
}
