fix
This commit is contained in:
parent
fc2ef731a2
commit
464151ca67
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ const _ProgressOverlay: React.FC<{ progress: ProgressInfo }> = ({ progress }) =>
|
||||||
<>
|
<>
|
||||||
<p
|
<p
|
||||||
style={{
|
style={{
|
||||||
margin: showLangMeter ? '0 0 0.35rem' : '0 0 0.35rem',
|
margin: '0 0 0.35rem',
|
||||||
fontSize: '1rem',
|
fontSize: '1rem',
|
||||||
fontWeight: 600,
|
fontWeight: 600,
|
||||||
fontVariantNumeric: 'tabular-nums',
|
fontVariantNumeric: 'tabular-nums',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue