You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -236,7 +236,7 @@ import { RevisionBlock } from "@components/revision";
236
236
</Card>
237
237
238
238
<Asidetype="tip">
239
-
We strongly recommend you to specify the `dir="v"` attribute on the `RevisionBlock` component inside a `Decl`. This would render to a more mobile-friendly output.
239
+
We strongly recommend you to specify the `vertical` attribute on the `RevisionBlock` component inside a `Decl`. This would render to a more mobile-friendly output.
Copy file name to clipboardExpand all lines: src/content/docs/development/guide/revision.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,11 +138,11 @@ Some more paragraphs.
138
138
139
139
### Vertical Layout
140
140
141
-
By default, `RevisionBlock` has a left-to-right layout: the content sits at the left, and the revision information sits at the right. In addition, you can set the layout direction of `RevisionBlock` to top-to-bottom by setting the `dir` attribute to `v`:
141
+
By default, `RevisionBlock` has a left-to-right layout: the content sits at the left, and the revision information sits at the right. In addition, you can set the layout direction of `RevisionBlock` to top-to-bottom by setting the `vertical` attribute to `true`:
0 commit comments