mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
0f25ea9671
cc @leo-gan Deploying at https://api.python.langchain.com/en/erick-api-doc-newlines-/api_reference.html (will take a bit)
26 lines
354 B
CSS
26 lines
354 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;
|
|
}
|