From 813d652a07d645914513d43efe27da8197be7b7c Mon Sep 17 00:00:00 2001 From: Pascal Welsch Date: Fri, 3 Jan 2025 18:56:00 +0100 Subject: [PATCH] Remove odd white-space rule --- lib/src/timeline/html/components/timeline_app.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/src/timeline/html/components/timeline_app.dart b/lib/src/timeline/html/components/timeline_app.dart index 1a91be4f..5a0227f8 100644 --- a/lib/src/timeline/html/components/timeline_app.dart +++ b/lib/src/timeline/html/components/timeline_app.dart @@ -137,7 +137,6 @@ class TimelineAppState extends State { List get textStyles => [ css('p') // .raw({'word-break': 'break-word'}) // - .raw({'white-space': 'pre-wrap'}) // .raw({'overflow-wrap': 'break-word'}) // .raw({'text-align': 'start'}), // ];