forked from Archives/langchain
02632d52b3
- Higher accuracy on the responses - New redesigned UI - Pretty Sources: display the sources by title / sub-section instead of long URL. - Fixed Reset Button bugs and some other UI issues - Other tweaks
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;
|
|
}
|