From 7b6a3e15a54e88eb6fd86a732d05fa242e6146f9 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 21 Oct 2024 15:31:46 +0300 Subject: [PATCH] Fix height for document properties dialog --- apps/common/main/lib/view/DocumentPropertyDialog.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/common/main/lib/view/DocumentPropertyDialog.js b/apps/common/main/lib/view/DocumentPropertyDialog.js index 851e9eb911..350c5ed946 100644 --- a/apps/common/main/lib/view/DocumentPropertyDialog.js +++ b/apps/common/main/lib/view/DocumentPropertyDialog.js @@ -47,15 +47,15 @@ define([], function () { 'use strict'; this.template = [ '
', - '
', + '
', '', '
', '
', - '
', + '
', '', '
', '
', - '
', + '
', '', '
', '
',