From 0c3bd4d1fb636e5cede7aa34ea788d1b62b78655 Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Thu, 18 May 2017 17:37:07 +0200
Subject: [PATCH] [fix] license frame height, on small device

---
 scss/ionic.app.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scss/ionic.app.scss b/scss/ionic.app.scss
index 4cefb8b7a..0aa204713 100644
--- a/scss/ionic.app.scss
+++ b/scss/ionic.app.scss
@@ -1890,7 +1890,7 @@ div[dropzone] {
 @media screen and (max-width: $screen-sm-max) {
   .modal iframe.iframe-license {
     width: 100%;
-    height: 100%;
+    height: 78%;
   }
 }
 @media screen and (min-width: $screen-md) {
-- 
GitLab