mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Fix padding (#3001)
This commit is contained in:
parent
eb29e63189
commit
5dece416da
@ -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[];
|
||||
|
@ -1,4 +1,4 @@
|
||||
.software-vulnerabilities {
|
||||
.software-vuln {
|
||||
font-size: $x-small;
|
||||
background-color: $ui-off-white;
|
||||
border: solid 1px $ui-fleet-black-50;
|
||||
|
Loading…
Reference in New Issue
Block a user