diff options
Diffstat (limited to 'testing/web-platform/tests/docs/assets/custom.css')
-rw-r--r-- | testing/web-platform/tests/docs/assets/custom.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/tests/docs/assets/custom.css b/testing/web-platform/tests/docs/assets/custom.css new file mode 100644 index 0000000000..58a982579f --- /dev/null +++ b/testing/web-platform/tests/docs/assets/custom.css @@ -0,0 +1,11 @@ +div.body { + min-width: auto; +} + +#video-introduction-transcript iframe { + max-width: 100%; +} + +.table-container { + overflow: auto; +}
\ No newline at end of file |