blob: 394bbed5b76eae2c7902d2f170ee8c11625a1b56 [file] [log] [blame]
/*
* Copyright 2021 The Go Authors. All rights reserved.
* Use of this source code is governed by a BSD-style
* license that can be found in the LICENSE file.
*/
.Vuln-alias {
display: none;
}
.VulnEntry {
display: flex;
flex-direction: column;
gap: 1rem;
margin-top: 0.5rem;
}
.VulnEntry h2 {
font-size: 1.25rem;
}
.VulnEntry-table {
margin-bottom: 0.5rem;
text-align: left;
width: 100%;
}
.VulnEntry-table thead {
background-color: var(--color-background-accented);
}
.VulnEntry-table tbody {
word-break: break-all;
}
.VulnEntry-table td,
.VulnEntry-table th {
padding: 0.75rem 1rem;
}
.VulnEntry-table tbody > tr {
border-bottom: var(--border);
}
.VulnEntry-referenceList,
.VulnEntry-aliases {
line-height: 1.75rem;
word-break: break-all;
}