Browse Source

luci-mod-system: fix IE10/Edge rendering quirk on SSH keys page

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Jo-Philipp Wich 5 years ago
parent
commit
a92c94df32
1 changed files with 4 additions and 0 deletions
  1. 4 0
      modules/luci-mod-system/luasrc/view/admin_system/sshkeys.htm

+ 4 - 0
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 }
+	}
 </style>
 
 <div class="cbi-map">