From 4574ff5f6db844b485ab021176a456f727775254 Mon Sep 17 00:00:00 2001 From: James White Date: Sun, 15 Oct 2017 15:11:27 +0100 Subject: [PATCH] Fixed: typo on margin-bottom (#2182) --- src/UI/Hotkeys/hotkeys.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/UI/Hotkeys/hotkeys.less b/src/UI/Hotkeys/hotkeys.less index 616a7276f..9c8bfd4a3 100644 --- a/src/UI/Hotkeys/hotkeys.less +++ b/src/UI/Hotkeys/hotkeys.less @@ -1,7 +1,7 @@ .hotkeys-modal { h3 { margin-top : 0; - margin-botton : 0; + margin-bottom : 0; } .hotkey-group { @@ -20,4 +20,4 @@ font-size : 22px; } } -} \ No newline at end of file +}