Skip to content

Commit

Permalink
Merge pull request #938 from WolframResearch/bugfix/inline-item-cell-…
Browse files Browse the repository at this point in the history
…indentation

Fix line wrap indentation for inline item cells
  • Loading branch information
rhennigan authored Nov 19, 2024
2 parents a4b2a77 + cd15dd3 commit 7fe6058
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 7fe6058

Please sign in to comment.