Skip to content

Commit 40fb3c4

Browse files
committed
fix: remove custom styles for unordered lists in example editor
1 parent c2c9a81 commit 40fb3c4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mobile-app/lib/ui/views/learn/widgets/example_editor.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ class ExampleEditor extends StatelessWidget {
3434
'*': Style(
3535
fontSize: FontSize(18),
3636
),
37-
'ul': Style(
38-
fontSize: FontSize(18),
39-
padding: HtmlPaddings.only(left: 10))
4037
},
4138
),
4239
);

0 commit comments

Comments
 (0)