diff --git a/lib/pages/chat/events/html_message.dart b/lib/pages/chat/events/html_message.dart
index df91617c2..8890dfc29 100644
--- a/lib/pages/chat/events/html_message.dart
+++ b/lib/pages/chat/events/html_message.dart
@@ -127,12 +127,6 @@ class HtmlMessage extends StatelessWidget {
'th': Style(
border: Border.all(color: textColor, width: 0.5),
),
- 'li': Style(
- // https://github.com/Sub6Resources/flutter_html/issues/1280
- // Workaround for list items printed in the same line. This will
- // remove the dots/numbers. Hours wasted: 4
- display: Display.block,
- ),
},
extensions: [
RoomPillExtension(context, room),
diff --git a/pubspec.lock b/pubspec.lock
index 598c147c1..9b3f27f43 100644
--- a/pubspec.lock
+++ b/pubspec.lock
@@ -1059,10 +1059,10 @@ packages:
dependency: "direct main"
description:
name: matrix
- sha256: a1c336a1f1d8f914cd8ec1adb4cab4f062e36ccabcc1a849389c85031a73f9d2
+ sha256: ecee8d687224f0fe668a5b9a034e8c2a7b241f578c93a236e0e93a8c2382a458
url: "https://pub.dev"
source: hosted
- version: "0.20.4"
+ version: "0.20.5"
matrix_api_lite:
dependency: transitive
description:
diff --git a/pubspec.yaml b/pubspec.yaml
index bb4f872cd..fd7dd9cd6 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -62,7 +62,7 @@ dependencies:
keyboard_shortcuts: ^0.1.4
latlong2: ^0.8.1
linkify: ^5.0.0
- matrix: ^0.20.4
+ matrix: ^0.20.5
matrix_homeserver_recommendations: ^0.3.0
native_imaging: ^0.1.0
package_info_plus: ^4.0.0