linting fix

pull/4735/head
aniket-engg 5 months ago
parent 67162aea6f
commit 0bf6ee73c7
  1. 10
      libs/remix-ui/run-tab/src/lib/components/solScanTable.tsx

@ -17,11 +17,11 @@ export function SolScanTable(props: SolScanTableProps) {
<table className="table table-bordered table-hover"> <table className="table table-bordered table-hover">
<thead> <thead>
<tr> <tr>
<td scope="col" style={{wordBreak: "keep-all"}}>NAME</td> <td scope="col" style={{ wordBreak: "keep-all" }}>NAME</td>
<td scope="col" style={{wordBreak: "keep-all"}}>SEVERITY</td> <td scope="col" style={{ wordBreak: "keep-all" }}>SEVERITY</td>
<td scope="col" style={{wordBreak: "keep-all"}}>CONFIDENCE</td> <td scope="col" style={{ wordBreak: "keep-all" }}>CONFIDENCE</td>
<td scope="col" style={{wordBreak: "keep-all"}}>DESCRIPTION</td> <td scope="col" style={{ wordBreak: "keep-all" }}>DESCRIPTION</td>
<td scope="col" style={{wordBreak: "keep-all"}}>REMEDIATION</td> <td scope="col" style={{ wordBreak: "keep-all" }}>REMEDIATION</td>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>

Loading…
Cancel
Save