Skip to content

Commit 1ac62ab

Browse files
committed
Tweak draw offer display
1 parent 6a67ec6 commit 1ac62ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/GameMove/MoveEntry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ function MoveEntry(props) {
531531
)}
532532
</div>
533533
{moveToSubmit !== null && focus.exPath.length === 1 && !drawOffered ? (
534-
<div className="field">
534+
<div className="field" style={{fontSize: "smaller", paddingBottom: "1em"}}>
535535
<label className="checkbox">
536536
<input
537537
type="checkbox"

0 commit comments

Comments
 (0)