fix buttons height in ownsership selection

This commit is contained in:
moliloo 2025-09-20 16:22:41 -03:00
parent f7f70f54bb
commit 5a5e925e8b

View file

@ -35,5 +35,12 @@
margin: 4px 0;
}
}
footer {
margin-top: 10px;
button {
height: 32px;
}
}
}
}