Skip to content

Commit

Permalink
Fix line wrap indentation for inline item cells
Browse files Browse the repository at this point in the history
  • Loading branch information
rhennigan committed Nov 19, 2024
1 parent a4b2a77 commit cd15dd3
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
23 changes: 23 additions & 0 deletions Developer/Resources/Styles.wl
Original file line number Diff line number Diff line change
Expand Up @@ -1168,6 +1168,29 @@ Cell[
]



(* ::Subsection::Closed:: *)
(*InlineItem*)


Cell[
StyleData[ "InlineItem" ],
ParagraphIndent -> -10
]



(* ::Subsection::Closed:: *)
(*InlineSubitem*)


Cell[
StyleData[ "InlineSubitem" ],
ParagraphIndent -> -16
]



(* ::Subsection::Closed:: *)
(*DropShadowPaneBox*)

Expand Down
4 changes: 3 additions & 1 deletion FrontEnd/Assets/Extensions/CoreExtensions.nb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Notebook[
Cell["Chatbook Core.nb Extensions", "Title"],
Cell[
StyleData["ChatStyleSheetInformation"],
TaggingRules -> <|"StyleSheetVersion" -> "1.5.2.3940955540"|>
TaggingRules -> <|"StyleSheetVersion" -> "1.5.2.3941018585"|>
],
Cell[
StyleData["NotebookAssistant`Text"],
Expand Down Expand Up @@ -13789,6 +13789,8 @@ Notebook[
])
}
],
Cell[StyleData["InlineItem"], ParagraphIndent -> -10],
Cell[StyleData["InlineSubitem"], ParagraphIndent -> -16],
Cell[
StyleData["DropShadowPaneBox"],
TemplateBoxOptions -> {
Expand Down
4 changes: 3 additions & 1 deletion FrontEnd/StyleSheets/Chatbook.nb
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ Notebook[
],
Cell[
StyleData["ChatStyleSheetInformation"],
TaggingRules -> <|"StyleSheetVersion" -> "1.5.2.3940955540"|>
TaggingRules -> <|"StyleSheetVersion" -> "1.5.2.3941018585"|>
],
Cell[
StyleData["NotebookAssistant`Text"],
Expand Down Expand Up @@ -14661,6 +14661,8 @@ Notebook[
])
}
],
Cell[StyleData["InlineItem"], ParagraphIndent -> -10],
Cell[StyleData["InlineSubitem"], ParagraphIndent -> -16],
Cell[
StyleData["DropShadowPaneBox"],
TemplateBoxOptions -> {
Expand Down
2 changes: 1 addition & 1 deletion FrontEnd/StyleSheets/Wolfram/WorkspaceChat.nb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Notebook[
Cell[StyleData["CellExpression"], Selectable -> True],
Cell[
StyleData["WorkspaceChatStyleSheetInformation"],
TaggingRules -> <|"WorkspaceChatStyleSheetVersion" -> "1.5.2.3940955540"|>
TaggingRules -> <|"WorkspaceChatStyleSheetVersion" -> "1.5.2.3941018585"|>
],
Cell[
StyleData[
Expand Down

0 comments on commit cd15dd3

Please sign in to comment.