From 408363e236e149e19cfa73ff8c5d4242b4900158 Mon Sep 17 00:00:00 2001 From: Stratoula Kalafateli Date: Fri, 22 Jul 2022 18:27:19 +0300 Subject: [PATCH] Add some padding to the bottom without creating any bug --- .../query_string_input/text_based_languages_editor/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/unified_search/public/query_string_input/text_based_languages_editor/index.tsx b/src/plugins/unified_search/public/query_string_input/text_based_languages_editor/index.tsx index 0ab84e2285667..cb1450b38ba31 100644 --- a/src/plugins/unified_search/public/query_string_input/text_based_languages_editor/index.tsx +++ b/src/plugins/unified_search/public/query_string_input/text_based_languages_editor/index.tsx @@ -296,6 +296,7 @@ export const TextBasedLanguagesEditor = memo(function TextBasedLanguagesEditor({ fontSize: 14, padding: { top: 8, + bottom: 8, }, scrollBeyondLastLine: false, quickSuggestions: true,