Skip to content

Commit c53aeeb

Browse files
committed
Fix visual glitch when error plot loads
1 parent db3878f commit c53aeeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/herbie/ErrorPlot.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323

2424
.empty-error-plot {
25-
height: 209px;
25+
height: 214px;
2626
}
2727

2828
.error-plot svg {

src/herbie/HerbieUI.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ function HerbieUIInner() {
927927
{/* <SelectableVisualization components={components} /> */}
928928
<div style={{fontSize: "14px", padding:"11px 0px", fontWeight: 'bold'}}>Error Plot</div>
929929
<ErrorPlot />
930-
<h4>Other Comparisons</h4>
930+
<div style={{fontSize: "14px", padding:"11px 0px", fontWeight: 'bold'}}>Other Comparisons</div>
931931
<SelectableVisualization components={components2} />
932932
</div>
933933
</div>

0 commit comments

Comments
 (0)