SPR-958: Scrollbars im meta-footer (bdi)
This commit is contained in:
parent
42c20240d5
commit
17e63de827
1 changed files with 4 additions and 2 deletions
|
@ -26,9 +26,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
bdi {
|
bdi {
|
||||||
font-weight: bold;
|
|
||||||
max-width: 100%;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
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