langflow/docs/stylesheets/custom.css
carlosrcoelho 5d2a29a436 add docs
2023-07-18 14:59:27 -03:00

21 lines
329 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: 1000000000000;
}
#headlessui-portal-root textarea {
overflow-y: hidden;
}