Skip to content

Commit

Permalink
Fix for horizontal overflow of math
Browse files Browse the repository at this point in the history
  • Loading branch information
grigolet committed Jan 24, 2016
1 parent 488fa4b commit 3b3cfd7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions css/bootstrap-mediawiki.css
Expand Up @@ -8,6 +8,10 @@ body[class*="_it skin-Neverland action-view"] #firstHeading {
display:none;
}

.math-wrapper {
overflow-x: auto;
}

.vertical-spacing {
margin-bottom: 2em;
}
Expand Down Expand Up @@ -69,7 +73,7 @@ ul#notifications-button-mobile {
.oo-ui-popupWidget-popup {
width: 100%;
}

.logo-footer {
margin-top: 1em;
}
Expand All @@ -88,7 +92,7 @@ ul#notifications-button-mobile {
.list-header {
margin-left: -16px !important;
}

.logo-footer {
margin-top: 2em;
}
Expand Down

0 comments on commit 3b3cfd7

Please sign in to comment.