Auto merge of #46586 - GuillaumeGomez:fix-mobile-important-display, r=QuietMisdreavus

Fixes doc important trait display on mobile

Fixes #46527.

r? @QuietMisdreavus
This commit is contained in:
bors 2017-12-09 03:57:47 +00:00
commit 61cc23e3e5

View file

@ -995,6 +995,14 @@ h4 > .important-traits {
top: 2px;
}
@media (max-width: 700px) {
h4 > .important-traits {
position: absolute;
left: -22px;
top: 24px;
}
}
.modal {
position: fixed;
width: 100vw;