luci-mod-system: fix IE10/Edge rendering quirk on SSH keys page
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
9a6e584449
commit
a92c94df32
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
unicode-bidi: bidi-override;
|
unicode-bidi: bidi-override;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
||||||
|
.cbi-dynlist .item > small { direction: ltr }
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="cbi-map">
|
<div class="cbi-map">
|
||||||
|
|
Loading…
Reference in a new issue