Merge branch 'spis_SPR-958' into 'master'

SPR-958: Scrollbars im meta-footer

See merge request !53
This commit is contained in:
Jana Deutschländer 2017-04-24 14:54:11 +02:00
commit 86abd75a0d

View file

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