Skip to content

Commit

Permalink
Fixed issue #14123: Slider left/right labels not displayed correctly …
Browse files Browse the repository at this point in the history
…on iPad (#2369)

Co-authored-by: encuestabizdevgit <devgit@encuesta.biz>
  • Loading branch information
gabrieljenik and encuestabizdevgit committed May 2, 2022
1 parent 64a45a7 commit 62ee29d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 25 deletions.
2 changes: 1 addition & 1 deletion application/config/version.php
Expand Up @@ -16,5 +16,5 @@
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30271';
$config['assetsversionnumber'] = '30272';
return $config;
12 changes: 0 additions & 12 deletions themes/survey/bootswatch/css/theme.css
Expand Up @@ -476,18 +476,6 @@ only screen and (max-width: 760px),
text-align: center;
color: #317eac;
}
/*
No more table transformation applies when screen is under 801px (for a few exotic tablet screens, see #11016),
whereas visible-xs-block respect bootstrap standards (767px)
If too many bugs of this kind appears in the future, we should just refuse to support weird exotic tablet screens.
We should repsect standards, we should not try to fit to non standards devices.
*/
.visible-xs-block{
display: block !important;
}
.visible-xs-inline-block{
display: inline-block !important;
}

/* Add some margin for Multiple short text */
.form-group.row {
Expand Down
12 changes: 0 additions & 12 deletions themes/survey/vanilla/css/theme.css
Expand Up @@ -467,18 +467,6 @@ only screen and (max-width: 760px),
text-align: center;

}
/*
No more table transformation applies when screen is under 801px (for a few exotic tablet screens, see #11016),
whereas visible-xs-block respect bootstrap standards (767px)
If too many bugs of this kind appears in the future, we should just refuse to support weird exotic tablet screens.
We should repsect standards, we should not try to fit to non standards devices.
*/
.visible-xs-block{
display: block !important;
}
.visible-xs-inline-block{
display: inline-block !important;
}

/* Add some margin for Multiple short text */
.form-group.row {
Expand Down

0 comments on commit 62ee29d

Please sign in to comment.