Skip to content
This repository was archived by the owner on Jul 19, 2022. It is now read-only.

Commit 90b7efb

Browse files
committed
Add doc divider class
1 parent 8440516 commit 90b7efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Definition/Doc.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ view refToMsg toggleFoldMsg docFoldToggles document =
415415
br [] []
416416

417417
SectionBreak ->
418-
hr [] []
418+
hr [ class "divider" ] []
419419

420420
Tooltip triggerContent tooltipContent ->
421421
Tooltip.tooltip

0 commit comments

Comments
 (0)