fix bootstrap menu on mobile [ci skip]

This commit is contained in:
wvengen 2014-01-13 14:44:18 +01:00
parent f0b65bd738
commit b2f032ac8e
1 changed files with 4 additions and 0 deletions

View File

@ -218,6 +218,10 @@ tr.unavailable {
// ********* Tweaks & fixes
// Fix bootstrap dropdown menu on mobile
// https://github.com/twbs/bootstrap/issues/4550#issuecomment-31916049
.dropdown-backdrop { position: static; }
// need more space for supplier&order information (in German, at least)
.dl-horizontal {
dt { width: 160px; }