Skip to content

Commit

Permalink
styling: limited height for datasets and printed Clojure
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Dec 3, 2024
1 parent 0d02257 commit 3c7f73b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions notebooks/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,13 @@ code {font-family: 'Fira Code Medium', monospace;}
@extend .table-hover;
@extend .table-responsive;
}

.clay-dataset {
max-height:400px;
overflow-y: auto;
}

.printedClojure {
max-height:400px;
overflow-y: auto;
}

0 comments on commit 3c7f73b

Please sign in to comment.