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 4e2a701 commit 813d652Copy full SHA for 813d652
1 file changed
lib/src/timeline/html/components/timeline_app.dart
@@ -137,7 +137,6 @@ class TimelineAppState extends State<TimelineApp> {
137
List<StyleRule> get textStyles => [
138
css('p') //
139
.raw({'word-break': 'break-word'}) //
140
- .raw({'white-space': 'pre-wrap'}) //
141
.raw({'overflow-wrap': 'break-word'}) //
142
.raw({'text-align': 'start'}), //
143
];
0 commit comments