mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
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:
parent
527021641b
commit
c87b84473b
1 changed files with 4 additions and 1 deletions
|
|
@ -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'] {
|
||||
|
|
|
|||
Loading…
Reference in a new issue