From c8a7b73101703e71e3efbff697be4d60467d5ce9 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini <16690124+samelhusseini@users.noreply.github.com> Date: Thu, 21 Jun 2018 14:21:40 -0700 Subject: [PATCH] Fix music field editor font size (#728) --- theme/blockly.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/theme/blockly.less b/theme/blockly.less index 896e5b72..fe022faf 100644 --- a/theme/blockly.less +++ b/theme/blockly.less @@ -33,11 +33,12 @@ /* Music field editor */ -.blocklyDropdownText { +.blocklyMusicFieldOptions .blocklyDropdownText, .blocklyMusicFieldCategories .blocklyDropdownText { display: flex; justify-content: center; line-height: 1.5rem; color: #fff; + font-size: 13px; } .blocklyMusicFieldCategories { @@ -47,6 +48,7 @@ right: 0; top: 0; width: 100%; + font-size: 13px; } .blocklyMusicFieldOptions { margin-top: 80px;