diff --git a/libs/remix-ui/run-tab/src/lib/components/solScanTable.tsx b/libs/remix-ui/run-tab/src/lib/components/solScanTable.tsx index f9d6b4b910..80ea2f0cb2 100644 --- a/libs/remix-ui/run-tab/src/lib/components/solScanTable.tsx +++ b/libs/remix-ui/run-tab/src/lib/components/solScanTable.tsx @@ -13,14 +13,15 @@ export function SolScanTable(props: SolScanTableProps) { return ( <>

Scanning successful! {scanDetails.length} warnings found for file: {fileName}

-

See the warning details below. For more details, Sign up with SolidityScan

+

See the warning details below. For more details, Sign up with SolidityScan

- + + @@ -28,10 +29,11 @@ export function SolScanTable(props: SolScanTableProps) { Array.from(scanDetails, (template) => { return ( - + + ) }) diff --git a/libs/remix-ui/run-tab/src/lib/components/universalDappUI.tsx b/libs/remix-ui/run-tab/src/lib/components/universalDappUI.tsx index eae66a0b5f..3b912f7437 100644 --- a/libs/remix-ui/run-tab/src/lib/components/universalDappUI.tsx +++ b/libs/remix-ui/run-tab/src/lib/components/universalDappUI.tsx @@ -283,7 +283,7 @@ export function UniversalDappUI(props: UdappProps) { title: , message: , okLabel: 'Close', - modalParentClass: 'modal-lg' + modalParentClass: 'modal-xl' } } else { modal = {
ID NAME SEVERITYCONFIDENCE DESCRIPTIONREMEDIATION
{template.template_details.issue_id} {template.template_details.issue_name} {template.template_details.issue_severity}{template.template_details.issue_confidence} {parse(template.template_details.static_issue_description)}{template.template_details.issue_remediation ? parse(template.template_details.issue_remediation) : 'Not Available' }