We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a67ec6 commit 1ac62abCopy full SHA for 1ac62ab
1 file changed
src/components/GameMove/MoveEntry.js
@@ -531,7 +531,7 @@ function MoveEntry(props) {
531
)}
532
</div>
533
{moveToSubmit !== null && focus.exPath.length === 1 && !drawOffered ? (
534
- <div className="field">
+ <div className="field" style={{fontSize: "smaller", paddingBottom: "1em"}}>
535
<label className="checkbox">
536
<input
537
type="checkbox"
0 commit comments