Website: Fix overflowing schema table documentation (#22006)

Closes: #21970

Changes:
- Set a max width on the schema table container to prevent it from
overflowing outside the page's container on certain browser versions.
This commit is contained in:
Eric 2024-09-11 14:08:26 -05:00 committed by GitHub
parent 527021641b
commit c87b84473b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -178,6 +178,7 @@
}
[purpose='table-container'] {
height: min-content;
max-width: 860px;
}
[purpose='overflow-shadow'] {
@ -407,7 +408,9 @@
}
@media (max-width: 991px) {
[purpose='table-container'] {
max-width: unset;
}
[purpose='schema-table'] {
padding-top: 40px;
[purpose='platform-logos'] {