Skip to content

Commit 7ce59d0

Browse files
committed
One more revert
1 parent c0cf32d commit 7ce59d0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

example/lib/main.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,6 @@ class _MyHomePageState extends State<MyHomePage> {
267267
alignment: Alignment.topLeft,
268268
),
269269
'h5': Style(maxLines: 2, textOverflow: TextOverflow.ellipsis),
270-
'iframe': Style(
271-
display: Display.BLOCK,
272-
padding: const EdgeInsets.symmetric(horizontal: 16.0),
273-
),
274270
},
275271
customRender: {
276272
"table": (context, child) {

0 commit comments

Comments
 (0)