diff --git a/fhem/FHEM/01_FHEMWEB.pm b/fhem/FHEM/01_FHEMWEB.pm
index d93f5e72f..3f340a473 100755
--- a/fhem/FHEM/01_FHEMWEB.pm
+++ b/fhem/FHEM/01_FHEMWEB.pm
@@ -710,8 +710,9 @@ FW_answerCall($)
if($FW_tp || $FW_ss) {
my $icon = $FW_ME."/images/default/fhemicon_ios.png";
if($FW_ss) {
- FW_pO '';
+ my $stf = $FW_userAgent =~ m/iPad|iPhone|iPod/ ? ",shrink-to-fit=no" :"";
+ FW_pO "";
} elsif($FW_tp) {
FW_pO '';
}
diff --git a/fhem/www/pgm2/smallscreenstyle.css b/fhem/www/pgm2/smallscreenstyle.css
index 1c640b883..c03c17186 100644
--- a/fhem/www/pgm2/smallscreenstyle.css
+++ b/fhem/www/pgm2/smallscreenstyle.css
@@ -14,7 +14,7 @@ textarea { font-family:Arial, sans-serif; font-size:16px;}
.devType { font-size:12px;}
div.col1 { width: 188px; height: 30px; white-space: nowrap; }
-div.col2 { width: 108px; height: 30px;
+div.col2 { width: 142px; height: 30px;
-webkit-box-pack: center; -moz-box-pack: center; box-pack: center;
white-space: wrap;
font-size:16px;