Jump to content

Edit History

SK3uD

SK3uD

Ajoute ce code au dessus du code de ton tableau, avant <table>

 

<style>
    @media screen and (max-width: 640px) {
  table,
  tbody,
  tr,
  td {
    display: block;
    width: auto!important;
  }
}
</style>

Je sais que !important c'est pas terrible mais on fera avec :(

SK3uD

SK3uD

Ajoute ce code au dessus du code de ton tableau, avnt <table>

 

<style>
    @media screen and (max-width: 640px) {
  table,
  tbody,
  tr,
  td {
    display: block;
    width: auto!important;
  }
}
</style>

Je sais que !important c'est pas terrible mais on fera avec :(

×
×
  • Create New...