Merge branch 'spis_SPR-958' into 'master'
SPR-958: Scrollbars im meta-footer See merge request !53
This commit is contained in:
commit
86abd75a0d
1 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue