Fix padding (#3001)

This commit is contained in:
gillespi314 2021-11-17 17:34:50 -06:00 committed by GitHub
parent eb29e63189
commit 5dece416da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ import React from "react";
import { ISoftware } from "interfaces/software";
import IssueIcon from "../../../../../assets/images/icon-issue-fleet-black-50-16x16@2x.png";
const baseClass = "software-vulnerabilities";
const baseClass = "software-vuln";
const SoftwareVulnerabilities = (vulnProps: {
softwareList: ISoftware[];

View File

@ -1,4 +1,4 @@
.software-vulnerabilities {
.software-vuln {
font-size: $x-small;
background-color: $ui-off-white;
border: solid 1px $ui-fleet-black-50;