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:
parent
c270d48cdd
commit
c4fb418b70
1 changed files with 13 additions and 0 deletions
|
@ -4,6 +4,19 @@
|
||||||
.cbi-dynlist {
|
.cbi-dynlist {
|
||||||
max-width: 100%;
|
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>
|
</style>
|
||||||
|
|
||||||
<div class="cbi-map">
|
<div class="cbi-map">
|
||||||
|
|
Loading…
Reference in a new issue