Fixes pagination width on mobile view (#5711) (#6532)

Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
This commit is contained in:
Mario Lubenka 2019-04-08 08:31:54 +02:00 committed by Lauris BH
parent aa02463ded
commit 6e4af4985e
3 changed files with 16 additions and 7 deletions

File diff suppressed because one or more lines are too long

View file

@ -510,6 +510,15 @@ pre, code {
.branch-tag-choice {
line-height: 20px;
}
&.pagination.menu {
@media only screen and (max-width:767px) {
.item:not(.active):not(.navigation),
.item.navigation span.navigation_label{
display: none;
}
}
}
}
.file-comment {