Merge pull request #3199 from candlerb/candlerb/3184

Add grey border around color-block
This commit is contained in:
Jeremy Stretch 2019-05-27 15:00:48 -04:00 committed by GitHub
commit 38d5a8fdc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -559,6 +559,7 @@ table.report th a {
.color-block {
display: block;
width: 80px;
border: 1px solid grey;
}
.text-nowrap {
white-space: nowrap;