From 43212c803adb2a8c5b259ec2193b68638cf570a5 Mon Sep 17 00:00:00 2001 From: Stefan Zerkalica Date: Wed, 11 Oct 2023 18:36:21 +0300 Subject: [PATCH] $mol_style_properties, added text --- style/properties/properties.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style/properties/properties.ts b/style/properties/properties.ts index 8eff2d0959e..19cf28a439c 100644 --- a/style/properties/properties.ts +++ b/style/properties/properties.ts @@ -592,6 +592,10 @@ namespace $ { }> + text?: { + wrap?: 'wrap' | 'nowrap' | Common + }, + /** * How a flex item will grow or shrink to fit the space available in its flex container. It is a shorthand for `flexGrow`, `flexShrink`, and `flexBasis`. * @see https://developer.mozilla.org/en-US/docs/Web/CSS/flex