devhub icon indicating copy to clipboard operation
devhub copied to clipboard

Improve responsiveness of pages

Open jwgmeligmeyling opened this issue 10 years ago • 0 comments

Some tables aren't as responsive as could be

  • Build servers overview: https://devhub.ewi.tudelft.nl/build-servers
  • Table on assignment overview for groups: https://devhub.ewi.tudelft.nl/courses/TI1706/groups/1/assignments
  • Contributors overview for groups https://devhub.ewi.tudelft.nl/courses/TI1706/groups/1/contributors

Not sure how to fix this elegantly, but we could try:

table {
  border: none;
}

table,
tr,
td,
tbody,
thead,
th {
  display: block;
}

jwgmeligmeyling avatar Jun 18 '15 13:06 jwgmeligmeyling