diff options
author | kelvinp@chromium.org <kelvinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-01 08:55:17 +0000 |
---|---|---|
committer | kelvinp@chromium.org <kelvinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-01 08:55:17 +0000 |
commit | c7de2934d5f1d281bbc34f6a7d45de3557526508 (patch) | |
tree | ed9465fe9204268f2b9fac73544139aad10a5c0c /remoting/webapp | |
parent | b1d26db2602f3b7ba8824995771da53e9af367f3 (diff) | |
download | chromium_src-c7de2934d5f1d281bbc34f6a7d45de3557526508.zip chromium_src-c7de2934d5f1d281bbc34f6a7d45de3557526508.tar.gz chromium_src-c7de2934d5f1d281bbc34f6a7d45de3557526508.tar.bz2 |
Fix display when host is larger than client
Cause and Fix:
Setting flex-shrink=0 to the plugin to make it non re-sizable
BUG=358139
Review URL: https://codereview.chromium.org/217713004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260800 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp')
-rw-r--r-- | remoting/webapp/main.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css index 2eb0948..41bfdb4 100644 --- a/remoting/webapp/main.css +++ b/remoting/webapp/main.css @@ -675,6 +675,7 @@ html.apps-v2.scrollable { #session-client-plugin { display: block; + flex-shrink: 0; } .session-client-inactive { |