blob: e831f7f717e5925b188eeed4b598a776c9a4ff89 [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-header {
align-items: center;
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}
.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;
}