mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 23:29:02 +02:00
style(book_properties): align label properly
This commit is contained in:
parent
60e7b9ffb0
commit
b5a57b3c66
@ -45,6 +45,14 @@ const TPL = /*html*/`
|
|||||||
.book-properties-container input[type="checkbox"] {
|
.book-properties-container input[type="checkbox"] {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.book-properties-container label {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
text-overflow: clip;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div style="display: flex; align-items: baseline">
|
<div style="display: flex; align-items: baseline">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user