added title to results

pull/5370/head
lianahus 2 years ago committed by Aniket
parent 4e66aa8f38
commit cc9c2aa8b3
  1. 2
      apps/vyper/src/app/components/VyperResult.tsx

@ -34,7 +34,7 @@ function VyperResult({ output }: VyperResultProps) {
if (isCompilationError(output)) { if (isCompilationError(output)) {
return ( return (
<div id="result" className="error"> <div id="result" className="error">
<i className="fas fa-exclamation-circle text-danger"></i> <i className="fas fa-exclamation-circle text-danger" title={output.message}></i>
<pre data-id="error-message" className="px-2 w-100 alert alert-danger" style={{ <pre data-id="error-message" className="px-2 w-100 alert alert-danger" style={{
fontSize: "0.5rem", fontSize: "0.5rem",
overflowX: "hidden", overflowX: "hidden",

Loading…
Cancel
Save