We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
page-inset
1 parent efef4d7 commit 0dd4582Copy full SHA for 0dd4582
src/resources/editor/tools/attrs.yml
@@ -174,6 +174,12 @@
174
doc: Extend content on the left to a wider region
175
- value: ".column-page-right"
176
doc: Extend content on the right to a wider region
177
+ - value: ".column-page-inset"
178
+ doc: Extend content to a wider region (with a small margin)
179
+ - value: ".column-page-inset-left"
180
+ doc: Extend content on the left to a wider region (with a small margin)
181
+ - value: ".column-page-inset-right"
182
+ doc: Extend content on the right to a wider region (with a small margin)
183
- value: ".column-screen-inset"
184
doc: Extend content to full width (with a small margin)
185
- value: ".column-screen-inset-shaded"
0 commit comments