Skip to content

Commit

Permalink
make sure truth widget buttons are tall and wide enough (#226)
Browse files Browse the repository at this point in the history
Fixes: #225
  • Loading branch information
zkat authored Jun 15, 2024
1 parent acd50ee commit c4b398d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/truths/css/truths.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
grid-column: 1 / span 3;
}
& > button {
max-width: 3em;
width: 3em;
height: 100%;
justify-self: end;
}
}
Expand Down

0 comments on commit c4b398d

Please sign in to comment.