1
0
mirror of https://github.com/kihashi/stardew_community_checklist.git synced 2025-10-19 08:03:17 +00:00

Consistent alignment for item card checkboxes (#120)

This commit is contained in:
Sean Corrales 2019-10-28 08:23:21 -05:00 committed by John Cleaver
parent 2b3d9f2785
commit 06d68200a2

View File

@ -125,4 +125,11 @@ export default {
flex-direction: column;
justify-content: space-between;
}
.card-content {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
</style>