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