mirror of
https://github.com/imfing/hextra.git
synced 2025-05-13 12:56:25 -04:00
18 lines
343 B
CSS
18 lines
343 B
CSS
.hextra-jupyter-code-cell {
|
|
scrollbar-gutter: auto;
|
|
|
|
@apply hx-mt-6;
|
|
|
|
.hextra-jupyter-code-cell-outputs-container {
|
|
@apply hx-text-xs hx-overflow-hidden;
|
|
|
|
.hextra-jupyter-code-cell-outputs {
|
|
@apply hx-overflow-auto hx-max-h-[50vh];
|
|
|
|
pre {
|
|
@apply hx-text-xs hx-overflow-auto hx-max-w-full;
|
|
}
|
|
}
|
|
}
|
|
}
|