From 62c29c270a268abe48b87dec12c33d5b56995e07 Mon Sep 17 00:00:00 2001 From: YULIUS KURNIAWAN KRISTIANTO Date: Thu, 16 Aug 2018 03:06:46 +0700 Subject: [PATCH] alternative to fix mobile issue set height --- web/scss/_basic.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/scss/_basic.scss b/web/scss/_basic.scss index bac0b14e..cc41767b 100644 --- a/web/scss/_basic.scss +++ b/web/scss/_basic.scss @@ -170,6 +170,7 @@ a:hover img .btn-full-width { width: 100%; + height: 100%; } .no-label .btn-label { @@ -236,4 +237,4 @@ video { width: 100%; max-width: 800px; height: auto; -} \ No newline at end of file +}