From e1be068973abfe47f81d826d1b5184ba4efa775d Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Tue, 21 Jun 2016 14:54:12 +0100 Subject: [PATCH] fix #192 Download image is not displayed corectly in Firefox --- .../ng2-alfresco-viewer/src/notSupportedFormat.component.css | 4 ++++ .../ng2-alfresco-viewer/src/notSupportedFormat.component.html | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ng2-components/ng2-alfresco-viewer/src/notSupportedFormat.component.css b/ng2-components/ng2-alfresco-viewer/src/notSupportedFormat.component.css index 3b15d30246..540d4cc8fa 100644 --- a/ng2-components/ng2-alfresco-viewer/src/notSupportedFormat.component.css +++ b/ng2-components/ng2-alfresco-viewer/src/notSupportedFormat.component.css @@ -16,3 +16,7 @@ align-items: center; justify-content: center; } + +.full_width{ + width :100% !important; +} diff --git a/ng2-components/ng2-alfresco-viewer/src/notSupportedFormat.component.html b/ng2-components/ng2-alfresco-viewer/src/notSupportedFormat.component.html index 8affda71b4..0fd7a550cd 100644 --- a/ng2-components/ng2-alfresco-viewer/src/notSupportedFormat.component.html +++ b/ng2-components/ng2-alfresco-viewer/src/notSupportedFormat.component.html @@ -1,10 +1,10 @@
-
+

File {{nameFile}} is an unsupported format

-