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.
1 parent 227d621 commit bc4fe37Copy full SHA for bc4fe37
crates/typst-library/src/layout/container.rs
@@ -67,7 +67,7 @@ pub struct BoxElem {
67
#[fold]
68
pub radius: Corners<Option<Rel<Length>>>,
69
70
- /// ボックスのコンテンツのパディング量
+ /// ボックスのコンテンツのパディング量。
71
///
72
/// _注意:_ ボックスがテキストを含むとき、その正確な大きさは現在の[テキストの端]($text.top-edge)に依存します。
73
0 commit comments