From 4e2f5bcea471ef76ba098d1b887ea8729d42de1e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 24 Mar 2020 10:29:32 +0530 Subject: [PATCH] ... --- src/pyj/read_book/create_annotation.pyj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pyj/read_book/create_annotation.pyj b/src/pyj/read_book/create_annotation.pyj index c49369a28f..b6c372d47a 100644 --- a/src/pyj/read_book/create_annotation.pyj +++ b/src/pyj/read_book/create_annotation.pyj @@ -91,7 +91,6 @@ class CreateAnnotation: self.left_line_height = self.right_line_height = 8 self.in_flow_mode = False container = self.container - container.style.display = 'flex' container.style.flexDirection = 'column' container.style.justifyContent = 'space-between' self.position_in_handle = {'x': 0, 'y': 0}