Skip to content

Commit

Permalink
Fixed issue #11016: 10 point array does not fit on tablet screen
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Apr 28, 2016
1 parent e77e205 commit 14ffa8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/default/css/template.css
Expand Up @@ -482,7 +482,7 @@ table > tbody > tr > td.ddprefix {
* (Both in portrait mode.)
* We don't have to collapse tables on pads.
*/
@media only screen and (max-width: 767px) {
@media only screen and (max-width: 801px) {

/* Remove margin */
.row {
Expand Down
2 changes: 1 addition & 1 deletion templates/news_paper/css/template.css
Expand Up @@ -473,7 +473,7 @@ body .navbar-default .navbar-brand:hover {
* (Both in portrait mode.)
* We don't have to collapse tables on pads.
*/
@media only screen and (max-width: 767px) {
@media only screen and (max-width: 801px) {

/* Remove margin */
.row {
Expand Down
2 changes: 1 addition & 1 deletion templates/ubuntu_orange/css/template.css
Expand Up @@ -473,7 +473,7 @@ body .navbar-default .navbar-brand:hover {
* (Both in portrait mode.)
* We don't have to collapse tables on pads.
*/
@media only screen and (max-width: 767px) {
@media only screen and (max-width: 801px) {

/* Remove margin */
.row {
Expand Down

0 comments on commit 14ffa8b

Please sign in to comment.