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 (#2350)
  • Loading branch information
gabrieljenik committed Apr 25, 2022
1 parent b80481f commit 82bcc44
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 36 deletions.
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/fruity/css/theme.css
Expand Up @@ -488,18 +488,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 82bcc44

Please sign in to comment.