Skip to content

Commit

Permalink
rd-392 update white-space style
Browse files Browse the repository at this point in the history
  • Loading branch information
vordgi committed Nov 13, 2024
1 parent 06992ad commit 4ee19ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/robindoc/src/assets/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ body {
overflow: hidden auto;
scroll-padding-top: calc(var(--header-height) + 20px);
scrollbar-color: var(--r-neutral-400) var(--r-neutral-200);
white-space: pre;
white-space: pre-wrap;

@media screen and (width < $sm) {
scroll-padding-top: calc(var(--header-height) + 60px);
Expand Down

0 comments on commit 4ee19ae

Please sign in to comment.