Commit d03d8914 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Increase phone examples iframe width by 1px.

parent 8978d739
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ Ext.define('Docs.view.examples.Device', {
    getIframeSize: function() {
        // device dimensions in landscape orientation
        var landscape = {
            phone: {width: '480px', height: '320px'},
            phone: {width: '481px', height: '320px'},
            tablet: {width: '717px', height: '538px'}
        }[this.device];