From b5a57b3c66502f0ca72cf69bc84d65e95d32b007 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 24 Jul 2025 21:32:02 +0300 Subject: [PATCH] style(book_properties): align label properly --- apps/client/src/widgets/ribbon_widgets/book_properties.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/client/src/widgets/ribbon_widgets/book_properties.ts b/apps/client/src/widgets/ribbon_widgets/book_properties.ts index a81153a48..83989a57a 100644 --- a/apps/client/src/widgets/ribbon_widgets/book_properties.ts +++ b/apps/client/src/widgets/ribbon_widgets/book_properties.ts @@ -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; + }