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 fe14001 commit cc5e433Copy full SHA for cc5e433
Nu/Nu/Render/RendererPrelude.fs
@@ -32,6 +32,7 @@ type [<Struct>] JustificationV =
32
| JustifyBottom
33
34
/// Justification (such as for text alignment).
35
+/// Use `Unjustified true` in order to render line breaks.
36
type Justification =
37
| Justified of JustificationH * JustificationV
38
| Unjustified of Wrapped : bool
0 commit comments