mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
resize table for entropy
This commit is contained in:
parent
ddf5b40ef4
commit
e32db4983d
@ -138,7 +138,7 @@
|
||||
<tbody></tbody>
|
||||
<tr>
|
||||
<td>{{ getEntropy(plainText).toFixed(3) }}</td>
|
||||
<td>{{ plainText }}</td>
|
||||
<td><input type="text" [(ngModel)]="plainText" (ngModelChange)="encrypt(plainText)" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{ getEntropy(simpleCipheredText).toFixed(3) }}</td>
|
||||
|
@ -26,12 +26,17 @@
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
display: block;
|
||||
}
|
||||
.entropy {
|
||||
.limited-text {
|
||||
max-width: 50% !important;
|
||||
overflow: scroll;
|
||||
overflow-x: hidden;
|
||||
text-overflow: ellipsis;
|
||||
height: 2em;
|
||||
height: 4em;
|
||||
padding: 1em;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user