We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0cf32d commit 7ce59d0Copy full SHA for 7ce59d0
example/lib/main.dart
@@ -267,10 +267,6 @@ class _MyHomePageState extends State<MyHomePage> {
267
alignment: Alignment.topLeft,
268
),
269
'h5': Style(maxLines: 2, textOverflow: TextOverflow.ellipsis),
270
- 'iframe': Style(
271
- display: Display.BLOCK,
272
- padding: const EdgeInsets.symmetric(horizontal: 16.0),
273
- ),
274
},
275
customRender: {
276
"table": (context, child) {
0 commit comments