admin: fix display of b2sums
This commit is contained in:
parent
e630bc3d75
commit
a0a2313924
3 changed files with 19 additions and 1 deletions
|
|
@ -4,6 +4,15 @@
|
|||
<meta charset="utf-8">
|
||||
<title>Challenge Forensic - Administration</title>
|
||||
<link href="/css/bootstrap.min.css" rel="stylesheet">
|
||||
<style>
|
||||
samp.cksum {
|
||||
overflow-x: hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 20vw;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
</style>
|
||||
<base href="/">
|
||||
<script src="/js/d3.v3.min.js"></script>
|
||||
</head>
|
||||
|
|
|
|||
Reference in a new issue