mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
87e502c6bc
Co-authored-by: jacoblee93 <jacoblee93@gmail.com> Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
18 lines
261 B
CSS
18 lines
261 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;
|
|
}
|