kopia lustrzana https://github.com/bellingcat/auto-archiver
visual HTML preview improvements
rodzic
5ec00f7811
commit
258fb4faaf
|
@ -12,6 +12,12 @@
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
white-space: normal;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
@ -97,13 +103,17 @@
|
||||||
background-color: #f1f1f1;
|
background-color: #f1f1f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pem-certificate, .text-preview {
|
.pem-certificate,
|
||||||
|
.text-preview {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
}
|
}
|
||||||
.text-preview{
|
|
||||||
|
.text-preview {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
|
max-height: 300px;
|
||||||
|
overflow: auto;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Ładowanie…
Reference in New Issue