summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/docs/assets/custom.css
blob: 58a982579f06c2c7093e4847a64d91c9722dd946 (plain)
1
2
3
4
5
6
7
8
9
10
11
div.body {
  min-width: auto;
}

#video-introduction-transcript iframe {
  max-width: 100%;
}

.table-container {
  overflow: auto;
}