How can you change default indent in RH2019?
I am starting a new project in RH2019 (after several years away from RH) and am curious if there is a way to change the default indent on the paragraph indent?
When I click "increase indent" from the General properties panel, it inserts the following in-line style:
style="margin-left: 40px"
Is there a way to define the default margin to be less/more than 40px?
I am asking because, I created my CSS and wanted bulleted/numbered lists to be left aligned with the paragraph text. To create lists that have an indented paragraph in them, instead of creating separate styles for indent levels within multi-level lists, I want to make it easier, and use the built-in indent button. However, to do that, I need to define the in-line indent the indent button creates. (Otherwise, I'll need to use the default list indents to use the indent button).
For example...
This is a paragraph about the list that follows. The following list uses the default list indents, but imagine if the bullets were flush left instead of indented. In that case the paragraph indent would be too much:
- List item one (created with default bullet style)
- List item two
Paragraph after list item two (created by removing bullet and using indent)
- List item three
- List item four
