luci-mod-system: sshkeys CSS tweak

Overflow pubkey preview to the left, not to the right.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2018-11-23 15:10:16 +01:00
parent c270d48cdd
commit c4fb418b70

View file

@ -4,6 +4,19 @@
.cbi-dynlist {
max-width: 100%;
}
.cbi-dynlist .item > small {
display: block;
direction: rtl;
overflow: hidden;
text-align: left;
}
.cbi-dynlist .item > small > code {
direction: ltr;
white-space: nowrap;
unicode-bidi: bidi-override;
}
</style>
<div class="cbi-map">