Skip to content

Commit 34f863d

Browse files
committed
adjust order of CSS properties for source toolbox
1 parent d0698ce commit 34f863d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/doc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,8 +827,8 @@
827827
font-family: var(--body-font-family);
828828
font-size: calc(13 / var(--rem-base) * 1rem);
829829
line-height: 1;
830-
white-space: nowrap;
831830
user-select: none;
831+
white-space: nowrap;
832832
}
833833

834834
.doc .listingblock:hover .source-toolbox {

0 commit comments

Comments
 (0)