fixed title

pull/2808/head
lianahus 2 years ago committed by Aniket
parent 6656b4ab23
commit b459bf369e
  1. 4
      apps/vyper/src/app/components/VyperResult.tsx

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

Loading…
Cancel
Save