From: Jo-Philipp Wich Date: Sun, 2 Dec 2018 16:10:39 +0000 (+0100) Subject: luci-mod-system: fix IE10/Edge rendering quirk on SSH keys page X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a92c94df32eaf9d0693eb799bfcf5bd7e92151b8;p=oweals%2Fluci.git luci-mod-system: fix IE10/Edge rendering quirk on SSH keys page Signed-off-by: Jo-Philipp Wich --- diff --git a/modules/luci-mod-system/luasrc/view/admin_system/sshkeys.htm b/modules/luci-mod-system/luasrc/view/admin_system/sshkeys.htm index e0917995e..ac453f3f6 100644 --- a/modules/luci-mod-system/luasrc/view/admin_system/sshkeys.htm +++ b/modules/luci-mod-system/luasrc/view/admin_system/sshkeys.htm @@ -17,6 +17,10 @@ white-space: nowrap; unicode-bidi: bidi-override; } + + @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { + .cbi-dynlist .item > small { direction: ltr } + }