Merge pull request #94 from rugk/patch-2

Fix language menu appearing outside of screen
This commit is contained in:
El RIDO 2016-06-19 12:43:36 +02:00 committed by GitHub
commit 6bb81d779e

View File

@ -32,6 +32,14 @@ body.navbar-spacing {
cursor: default;
}
.pull-right .dropdown-menu {
margin-left: -56px;
}
.btn-primary {
margin-left: 8px;
}
#image img {
max-width: 100%;
height: auto;