Skip to content

Commit

Permalink
Remove odd white-space rule
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Jan 3, 2025
1 parent 4e2a701 commit 813d652
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/timeline/html/components/timeline_app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ class TimelineAppState extends State<TimelineApp> {
List<StyleRule> get textStyles => [
css('p') //
.raw({'word-break': 'break-word'}) //
.raw({'white-space': 'pre-wrap'}) //
.raw({'overflow-wrap': 'break-word'}) //
.raw({'text-align': 'start'}), //
];

0 comments on commit 813d652

Please sign in to comment.