From ccd2f70a8ebc6b9322def69657fe6a5bfa2e669c Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Wed, 13 Jan 2021 12:55:03 +0300 Subject: [PATCH] [SSE mobile] repaired formula bar's element stylesheet --- apps/spreadsheeteditor/mobile/src/less/celleditor.less | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/spreadsheeteditor/mobile/src/less/celleditor.less b/apps/spreadsheeteditor/mobile/src/less/celleditor.less index a66ba45ff2..8078b0d055 100644 --- a/apps/spreadsheeteditor/mobile/src/less/celleditor.less +++ b/apps/spreadsheeteditor/mobile/src/less/celleditor.less @@ -61,6 +61,7 @@ } #idx-btn-function { + height: @cellEditorHeight; line-height: @cellEditorHeight; padding: 0 10px; }