From b8e32da12ded24bea162238523293352d7dd3797 Mon Sep 17 00:00:00 2001 From: Maxim Khlobystov Date: Fri, 10 Apr 2015 17:53:43 -0700 Subject: [PATCH] Added the fix for the bug with a tiny whiteboard to a portrait view. --- bigbluebutton-html5/app/client/stylesheets/whiteboard.less | 1 + 1 file changed, 1 insertion(+) diff --git a/bigbluebutton-html5/app/client/stylesheets/whiteboard.less b/bigbluebutton-html5/app/client/stylesheets/whiteboard.less index 8a3c2bce02..b7a60cb9be 100755 --- a/bigbluebutton-html5/app/client/stylesheets/whiteboard.less +++ b/bigbluebutton-html5/app/client/stylesheets/whiteboard.less @@ -19,6 +19,7 @@ @media @mobile-portrait-with-keyboard, @desktop-portrait, @mobile-portrait { -webkit-order: 1; order: 1; + min-width: 99%; /* 100% - (2 #whileboard margins 0.25% each + 2 #main paddings 0.25% each) */ } &:-webkit-full-screen { width: 100%;