mirror of
https://github.com/servo/servo
synced 2026-05-12 09:56:50 +02:00
11 lines
133 B
CSS
11 lines
133 B
CSS
div.body {
|
|
min-width: auto;
|
|
}
|
|
|
|
#video-introduction-transcript iframe {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.table-container {
|
|
overflow: auto;
|
|
} |