Skip to content

Commit

Permalink
Fix clipped eval arrow in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Oct 3, 2024
1 parent fcc6431 commit 4c00cd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/code/workspace-item.css
Original file line number Diff line number Diff line change
Expand Up @@ -219,4 +219,8 @@
.workspace-item .workspace-item_inner-content:not(.shown-in-full) .doc-column {
overflow-y: hidden;
max-height: 12rem;
/* compensate for overlaying evaluation error to avoid it being clipped for
* folded docs */
padding-left: 0.75rem;
margin-left: -0.75rem;
}

0 comments on commit 4c00cd6

Please sign in to comment.