[fix] view-title overlap buttons on small screen.

This commit is contained in:
opi 2014-05-07 19:02:19 +02:00
parent d2a08c76e1
commit 311e651ff2
2 changed files with 5 additions and 2 deletions

View file

@ -213,7 +213,10 @@ body .form-control {
.view-title {
text-align: center;
margin: -35px 120px 0 120px;
margin: 20px auto 0;
@media (min-width: @screen-xs-min) {
margin: -35px 120px 0 120px;
}
}
// Preserve font-size in panel titles.

2
css/style.min.css vendored

File diff suppressed because one or more lines are too long