TF-4050 fix: cannot preview html file
This commit is contained in:
@@ -69,6 +69,9 @@ class _HtmlAttachmentPreviewerState extends State<HtmlAttachmentPreviewer> {
|
||||
child: Center(
|
||||
child: Container(
|
||||
margin: const EdgeInsets.symmetric(vertical: _verticalMargin),
|
||||
constraints: BoxConstraints(
|
||||
maxHeight: MediaQuery.of(context).size.height,
|
||||
),
|
||||
color: Colors.white,
|
||||
child: ResponsiveWidget(
|
||||
responsiveUtils: widget.responsiveUtils,
|
||||
|
||||
Reference in New Issue
Block a user