style(book_properties): align label properly

This commit is contained in:
Elian Doran 2025-07-24 21:32:02 +03:00
parent 60e7b9ffb0
commit b5a57b3c66
No known key found for this signature in database

View File

@ -45,6 +45,14 @@ const TPL = /*html*/`
.book-properties-container input[type="checkbox"] {
margin-right: 5px;
}
.book-properties-container label {
display: flex;
justify-content: center;
align-items: center;
text-overflow: clip;
white-space: nowrap;
}
</style>
<div style="display: flex; align-items: baseline">