Browse Source

Use whiteSpace call

UPDATE_SAMPLES
Shagen Ogandzhanian 3 years ago
parent
commit
cd0a07f12c
  1. 2
      web/benchmark-core/src/jsMain/kotlin/com/sample/content/IntroSection.kt

2
web/benchmark-core/src/jsMain/kotlin/com/sample/content/IntroSection.kt

@ -36,7 +36,7 @@ fun Intro() {
classes(WtTexts.wtHero)
style {
display(DisplayStyle.InlineBlock)
property("white-space", "nowrap")
whiteSpace("nowrap")
}
}) {
Text("Web")

Loading…
Cancel
Save