blob: 041c56cce11f4818af24126d64d103eb3aa330a4 [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.
*/
/* Hide the search form in the header. */
.go-SearchForm {
display: none;
}
.VulnList-title {
font-size: 1.25rem;
font-weight: 400;
}
.VulnList-details {
margin-bottom: 1.75rem;
}
.VulnList-details p {
word-break: break-word;
}
.VulnList-search {
margin-bottom: 1rem;
max-width: 32rem;
}