fix research box not displaying well on big screens.

This commit is contained in:
Olivier Gagnon
2021-09-05 13:48:38 -04:00
parent b4c9655782
commit b9acfde363
3 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ export function RamButton(props: IProps): React.ReactElement {
}
tooltip={
<MathComponent
tex={String.raw`\large{3.2 \times 10^3 \times 1.58^{log_2{(ram)}}}`}
tex={String.raw`\large{cost = 3.2 \times 10^3 \times 1.58^{log_2{(ram)}}}`}
/>
}
/>