Skip to content

Commit 813d652

Browse files
committed
Remove odd white-space rule
1 parent 4e2a701 commit 813d652

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/src/timeline/html/components/timeline_app.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ class TimelineAppState extends State<TimelineApp> {
137137
List<StyleRule> get textStyles => [
138138
css('p') //
139139
.raw({'word-break': 'break-word'}) //
140-
.raw({'white-space': 'pre-wrap'}) //
141140
.raw({'overflow-wrap': 'break-word'}) //
142141
.raw({'text-align': 'start'}), //
143142
];

0 commit comments

Comments
 (0)