From 4f71177441b5029a6dd30c87cb06934d551d1922 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 4 Jul 2018 10:02:18 +0530 Subject: [PATCH] ... --- src/pyj/book_list/convert_book.pyj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pyj/book_list/convert_book.pyj b/src/pyj/book_list/convert_book.pyj index dd23b7eb5e..9075f461a4 100644 --- a/src/pyj/book_list/convert_book.pyj +++ b/src/pyj/book_list/convert_book.pyj @@ -214,12 +214,12 @@ def create_configuring_markup(): start_conv = E.div( style='border-bottom: solid 1px currentColor; margin-bottom: 1em', E.div( - E.div( + E.label( style='display: table-row', E.div(style=tcell, _('Input format:')), E.div(generate_choice('input_formats'), style=tcell), ), - E.div( + E.label( style='display: table-row', E.div(style=tcell, _('Output format:')), E.div(generate_choice('output_formats'), style=tcell),