SPR-958: Scrollbars im meta-footer (bdi)

This commit is contained in:
Silke Pisulla 2017-04-24 14:40:00 +02:00
commit 17e63de827

View file

@ -26,9 +26,11 @@
}
bdi {
font-weight: bold;
max-width: 100%;
display: inline-block;
max-width: 100%;
overflow-x: auto;
overflow-y: hidden;
font-weight: bold;
vertical-align: bottom;
}
}