mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 14:43:07 +00:00
42 lines
577 B
CSS
42 lines
577 B
CSS
pre {
|
|
white-space: break-spaces;
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
.container,
|
|
.container-lg,
|
|
.container-md,
|
|
.container-sm,
|
|
.container-xl {
|
|
max-width: 2560px !important;
|
|
}
|
|
}
|
|
|
|
#my-component-root *,
|
|
#headlessui-portal-root * {
|
|
z-index: 10000;
|
|
}
|
|
|
|
table.longtable code {
|
|
white-space: normal;
|
|
}
|
|
|
|
table.longtable td {
|
|
max-width: 600px;
|
|
}
|
|
|
|
.sk-sidebar-toc-wrapper {
|
|
width: unset;
|
|
overflow-x: auto;
|
|
}
|
|
|
|
.sk-sidebar-toc-wrapper > [aria-label="rellinks"] {
|
|
position: sticky;
|
|
left: 0;
|
|
}
|
|
|
|
.navbar-nav .dropdown-menu {
|
|
max-height: 80vh;
|
|
overflow-y: auto;
|
|
}
|